Skip to content

Commit

Permalink
changes to ci shells script
Browse files Browse the repository at this point in the history
  • Loading branch information
KubeCowboy committed Feb 6, 2022
1 parent 958ed34 commit 242e967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sed -i "s/@oslabs-beta\\/expressbridge/expressbridge/g" package.json
IFS='/';

# read in github.ref property
read -ra ref <<< $1
read -ra ref <<< "$1"

TAG_VERSION = $ref[3]

Expand Down

0 comments on commit 242e967

Please sign in to comment.