We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299fe00 commit a35e52bCopy full SHA for a35e52b
create_branch.sh
@@ -1,4 +1,7 @@
1
-#!/usr/bin/env bash -x
+#!/usr/bin/env bash
2
+
3
+MY_PATH="`dirname \"$0\"`"
4
+cd ${MY_PATH}
5
6
#find the generator-angular-fullstack source
7
#this is usually 2 direcories up as this is a submodule
@@ -27,3 +30,8 @@ sed -e 's/<%.*%>//; /name/d' "${FULLSTACK_DIR}/templates/app/typings(ts).json" >
27
30
28
31
sed -i .bak "s/LABEL.*/LABEL \"version\"=\"${ver}\"/" Dockerfile
29
32
sed -i .bak "s/\"version\".*/\"version\": \"${ver}\",/" package.json
33
34
+git add .
35
+git commit -m "circleci push to ${ver}"
36
+git push origin ${ver}
37
0 commit comments