Skip to content

Commit

Permalink
gitlab-ci: add common.yml to koha_patched
Browse files Browse the repository at this point in the history
  • Loading branch information
bensinober committed Jun 14, 2018
1 parent 3e4d583 commit 9e4862e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ build_debian_files:
script:
- source docker-compose/docker-compose.env
- if [[ "${CI_COMMIT_TAG}" != "${KOHA_RELEASE}" ]]; then echo "SKIPPED building debian files - uneven tags"; exit 0; fi
- $COMPOSE_CMD -f docker-compose/patched.yml rm -fv koha_patched
- $COMPOSE_CMD -f docker-compose/patched.yml build koha_patched
- $COMPOSE_CMD -f docker-compose/patched.yml up -d --force-recreate --no-deps koha_patched
- $COMPOSE_CMD -f docker-compose/patched.yml logs -f --no-color koha_patched
- $COMPOSE_CMD -f docker-compose/common.yml -f docker-compose/patched.yml rm -fv koha_patched
- $COMPOSE_CMD -f docker-compose/common.yml -f docker-compose/patched.yml build koha_patched
- $COMPOSE_CMD -f docker-compose/common.yml -f docker-compose/patched.yml up -d --force-recreate --no-deps koha_patched
- $COMPOSE_CMD -f docker-compose/common.yml -f docker-compose/patched.yml logs -f --no-color koha_patched
- mkdir -p ~/.ssh
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- echo "$STAGING_PRIVATE_KEY" > ~/.ssh/id_rsa
Expand Down

0 comments on commit 9e4862e

Please sign in to comment.