Skip to content

Commit ea46777

Browse files
Merge branch 'master' into develop
2 parents dd461cd + 326dc33 commit ea46777

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docker/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ USER www-data
6666
RUN mkdir /tmp/devicecerts \
6767
&& chmod -R u=rwX,g=,o= /tmp/devicecerts
6868

69-
ARG BUILDBRANCH=develop
69+
ARG BUILDBRANCH=master
7070
ARG GITREPO_BASE=https://github.com/SUNET/cnaas-nms.git
7171
# Branch specific, don't cache
7272
ADD "https://api.github.com/repos/SUNET/cnaas-nms/git/refs/heads/" latest_commit

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/changelog/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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-
3433
Version 1.4.1
3534
-------------
3635

0 commit comments

Comments
 (0)