Skip to content

Commit

Permalink
Merge pull request #206 from steffengraber/add-v36
Browse files Browse the repository at this point in the history
Fix build process
  • Loading branch information
steffengraber authored Sep 22, 2023
2 parents 8495963 + 9341a43 commit 8cc2c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ stages:

before_script:
- echo -n $DOCKER_REGISTRY_TOKEN | docker login -u $DOCKER_REGISTRY_USER --password-stdin $DOCKER_REGISTRY
- echo -n $DOCKERHUB_REGISTRY_TOKEN | docker login -u $DOCKERHUB_REGISTRY_USER --password-stdin

include: 'ci-templates/*.yml'

Expand Down
2 changes: 1 addition & 1 deletion ci-templates/000_3.6.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Build_36:
- docker pull nest/nest-simulator:3.6 || true
- docker build
--cache-from nest/nest-simulator:3.6
--tag $DOCKER_REGISTRY_IMAGE:3.6
--tag nest/nest-simulator:3.6
./src/3.6
# Simple test
- docker run -i --rm nest/nest-simulator:3.6 bash /opt/test-nest.sh
Expand Down

0 comments on commit 8cc2c04

Please sign in to comment.