Skip to content

Commit

Permalink
Merge pull request #203 from steffengraber/add-v36
Browse files Browse the repository at this point in the history
Fix version
  • Loading branch information
steffengraber authored Sep 21, 2023
2 parents ae72a92 + d8bdd29 commit bd961a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.$CI_PIPELINE_ID
--tag $DOCKER_REGISTRY_IMAGE:3.6
./src/3.6
# Simple test
- docker run -i --rm nest/nest-simulator:3.6 bash /opt/test-nest.sh
Expand Down
2 changes: 1 addition & 1 deletion ci-templates/000_dev.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Deploy_Dev:
stage: deploy
needs: ["Build_Dev"]
rules:
when: on_success
- when: on_success
script:
- echo -n $DOCKERHUB_REGISTRY_TOKEN | docker login -u $DOCKERHUB_REGISTRY_USER --password-stdin
- docker push nest/nest-simulator:dev
Expand Down
2 changes: 1 addition & 1 deletion src/3.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker-registry.ebrains.eu/nest/nest-simulator:nest-simulator-build-base as builder
LABEL maintainer="[email protected]"

ARG NEST_VERSION=3.6
ARG NEST_VERSION=3.6_rc1
ARG SRC_PATH=/tmp


Expand Down

0 comments on commit bd961a0

Please sign in to comment.