Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
indy-independence authored Sep 25, 2023
2 parents dd461cd + 326dc33 commit ea46777
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ USER www-data
RUN mkdir /tmp/devicecerts \
&& chmod -R u=rwX,g=,o= /tmp/devicecerts

ARG BUILDBRANCH=develop
ARG BUILDBRANCH=master
ARG GITREPO_BASE=https://github.com/SUNET/cnaas-nms.git
# Branch specific, don't cache
ADD "https://api.github.com/repos/SUNET/cnaas-nms/git/refs/heads/" latest_commit
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
build:
context: ./api/
args:
- BUILDBRANCH=develop
- BUILDBRANCH=master
- GITREPO_BASE=https://github.com/SUNET/cnaas-nms.git
ports:
- 443:1443
Expand Down
1 change: 0 additions & 1 deletion docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Bug fixes:

- Fix ZTP of access switch connected to another access switch with type downlink but empty data


Version 1.4.1
-------------

Expand Down

0 comments on commit ea46777

Please sign in to comment.