Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Geef reporter options door als array cfr mochajs/mocha#4225
Browse files Browse the repository at this point in the history
  • Loading branch information
Incubusattax committed Aug 11, 2020
1 parent 8806ea5 commit bd6793a
Show file tree
Hide file tree
Showing 6 changed files with 2,257 additions and 2,297 deletions.
4 changes: 3 additions & 1 deletion bamboo-specs/bamboo.yml
Expand Up @@ -41,7 +41,9 @@ Release:
#!/usr/env/bin bash
set -e
/opt/scripts/git/git-repository-information-restore.sh
COMPOSE_OPTIONS="-e git_repo=${bamboo_repository_git_repositoryUrl} -e release_version=${bamboo.release_version}" docker-compose -f docker-compose-release.yml run release
export git_repo="${bamboo_repository_git_repositoryUrl}"
export release_version="${bamboo.release_version}"
docker-compose -f docker-compose-release.yml run release
final-tasks:
- script: /opt/scripts/docker/stop-docker-containers.sh
requirements:
Expand Down

0 comments on commit bd6793a

Please sign in to comment.