We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a23166 commit a266c7dCopy full SHA for a266c7d
s2i-buildpacks/run
@@ -2,7 +2,7 @@
2
3
# Define our ICR Namespace env var for later use
4
ID=$(ibmcloud account show | grep "Account ID:" | sed "s/^.*: *//")
5
-ICR_NS=s2i-b-${ID:0:12}
+ICR_NS=s2i-b-${ID:1:12}
6
7
# Clean up previous run
8
function clean() {
0 commit comments