File tree Expand file tree Collapse file tree 6 files changed +16
-3
lines changed
Expand file tree Collapse file tree 6 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,7 @@ install:
1515before_script :
1616 - |
1717 export PATH=$PATH:~/ci-scripts
18- [ ${TRAVIS_BRANCH} == master ] && \
19- export variant="latest" || \
20- export variant=${TRAVIS_BRANCH}
18+ [ ${TRAVIS_BRANCH} == master ] || export variant=${TRAVIS_BRANCH}
2119script :
2220 - |
2321 # build base node images that are used further in the project
Original file line number Diff line number Diff line change 11FROM alpine:3.4
22
3+ LABEL vendor=makeomatic \
4+ version_tags="[\" 6\" ,\" 6.7.0\" ]"
5+
36ENV NODE_VERSION=v6.7.0 \
47 NPM_VERSION=3 \
58 NODE_HOME=/usr/local \
Original file line number Diff line number Diff line change 11FROM alpine:3.4
22
3+ LABEL vendor=makeomatic \
4+ version_tags="[\" 6\" ,\" 6.7.0\" ]"
5+
36ENV NODE_VERSION=v6.7.0 \
47 NPM_VERSION=3 \
58 NODE_HOME=/usr/local
Original file line number Diff line number Diff line change 11FROM alpine:3.4
22
3+ LABEL vendor=makeomatic \
4+ version_tags="[\" 6\" ,\" 6.7.0\" ]"
5+
36ENV NODE_VERSION=v6.7.0 \
47 NPM_VERSION=3 \
58 NODE_HOME=/usr/local
Original file line number Diff line number Diff line change 11FROM alpine:3.4
22
3+ LABEL vendor=makeomatic \
4+ version_tags="[\" 6\" ,\" 6.7.0\" ]"
5+
36ENV NODE_VERSION=v6.7.0 \
47 NPM_VERSION=3.9.6 \
58 NODE_HOME=/usr/local
Original file line number Diff line number Diff line change 11FROM alpine:3.4
22
3+ LABEL vendor=makeomatic \
4+ version_tags="[\" 6\" ,\" 6.7.0\" ]"
5+
36ENV NODE_VERSION=v6.7.0 \
47 NPM_VERSION=3 \
58 NODE_HOME=/usr/local
You can’t perform that action at this time.
0 commit comments