Skip to content

Commit

Permalink
use mta
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Feb 18, 2020
1 parent b4c658e commit 62dd3b4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions sap/scp-html5-bot.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/perl

print "-" x 60;
print <<FOO;
SAP listened!
There is now a better way to deploy HTML5 apps to SCP Neo.
Please use the Multi-Target Application (MTA) build tool:
https://github.com/SAP/cloud-mta-build-tool
There is also an optimized Docker Image for GitLab:
https://github.com/Cyclenerd/scp-tools-gitlab
FOO
print "-" x 60;
print "\n";
die "Update your pipeline now!\n";

0 comments on commit 62dd3b4

Please sign in to comment.