Skip to content

Commit 40a9c51

Browse files
author
Doug Davis
committed
fix
Signed-off-by: Doug Davis <[email protected]>
1 parent a266c7d commit 40a9c51

File tree

1 file changed

+1
-1
lines changed
  • s2i-buildpacks

1 file changed

+1
-1
lines changed

s2i-buildpacks/run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Define our ICR Namespace env var for later use
4-
ID=$(ibmcloud account show | grep "Account ID:" | sed "s/^.*: *//")
4+
ID=$(ibmcloud ce project current | sed -n "s/^Subdomain: *\([^ ]*\).*$/\1/p")
55
ICR_NS=s2i-b-${ID:1:12}
66

77
# Clean up previous run

0 commit comments

Comments
 (0)