Skip to content

Commit d650204

Browse files
committed
Removed prompt from creating namespace.
1 parent 5a3f413 commit d650204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/check-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Checks if your orb has a new version number or if it's a duplicate of the latest.
44
ORB_REF=$1
55

6-
ORB_DATA=$(circleci orb info "$ORB_REF" 2>/dev/null || circleci orb create "$ORB_REF" --token "$CIRCLECI_DEV_API_TOKEN")
6+
ORB_DATA=$(circleci orb info "$ORB_REF" 2>/dev/null || circleci orb create "$ORB_REF" --no-prompt --token "$CIRCLECI_DEV_API_TOKEN")
77
LATEST=$( echo "$ORB_DATA" | grep -E 'Latest: .*@([0-9.]+)' | cut -d @ -f 2 )
88
VERSION=$(cat "src/$ORB_REF/version.txt")
99

0 commit comments

Comments
 (0)