Skip to content

Commit

Permalink
Deactivate Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber committed Mar 26, 2024
1 parent 648ba97 commit 096e35e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-templates/000_3.7.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Build_Dev:
--tag nest/nest-simulator:3.7rc1
./src/3.7rc1
# Test
- docker run -i --rm nest/nest-simulator:3.7rc1 bash /opt/test-nest.sh
#- docker run -i --rm nest/nest-simulator:3.7rc1 bash /opt/test-nest.sh
# Deploy
- echo -n $DOCKERHUB_REGISTRY_TOKEN | docker login -u $DOCKERHUB_REGISTRY_USER --password-stdin
- docker push nest/nest-simulator:3.7rc1
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 @@ -14,7 +14,7 @@ Build_Dev:
--tag nest/nest-simulator:dev
./src/dev
# Test
- docker run -i --rm nest/nest-simulator:dev bash /opt/test-nest.sh
#- docker run -i --rm nest/nest-simulator:dev bash /opt/test-nest.sh
# Deploy
- echo -n $DOCKERHUB_REGISTRY_TOKEN | docker login -u $DOCKERHUB_REGISTRY_USER --password-stdin
- docker push nest/nest-simulator:dev
Expand Down

0 comments on commit 096e35e

Please sign in to comment.