Skip to content

Commit 29a881a

Browse files
committed
change s2i script location
1 parent f1a3641 commit 29a881a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.s2i/bin/assemble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
echo "Before assembling"
33

4-
/usr/libexec/s2i/assemble
4+
/usr/local/s2i/assemble
55
rc=$?
66

77
if [ $rc -eq 0 ]; then

.s2i/bin/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
echo "Before running application"
3-
exec /usr/libexec/s2i/run
3+
exec /usr/local/s2i/run

0 commit comments

Comments
 (0)