File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ USER www-data
6666RUN mkdir /tmp/devicecerts \
6767 && chmod -R u=rwX,g=,o= /tmp/devicecerts
6868
69- ARG BUILDBRANCH=develop
69+ ARG BUILDBRANCH=master
7070ARG GITREPO_BASE=https://github.com/SUNET/cnaas-nms.git
7171# Branch specific, don't cache
7272ADD "https://api.github.com/repos/SUNET/cnaas-nms/git/refs/heads/" latest_commit
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 build :
1010 context : ./api/
1111 args :
12- - BUILDBRANCH=develop
12+ - BUILDBRANCH=master
1313 - GITREPO_BASE=https://github.com/SUNET/cnaas-nms.git
1414 ports :
1515 - 443:1443
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ Bug fixes:
3030
3131 - Fix ZTP of access switch connected to another access switch with type downlink but empty data
3232
33-
3433Version 1.4.1
3534-------------
3635
You can’t perform that action at this time.
0 commit comments