We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a3641 commit 29a881aCopy full SHA for 29a881a
.s2i/bin/assemble
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
echo "Before assembling"
3
4
-/usr/libexec/s2i/assemble
+/usr/local/s2i/assemble
5
rc=$?
6
7
if [ $rc -eq 0 ]; then
.s2i/bin/run
@@ -1,3 +1,3 @@
echo "Before running application"
-exec /usr/libexec/s2i/run
+exec /usr/local/s2i/run
0 commit comments