Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
koha-docker
Commits
9e4862e1
Commit
9e4862e1
authored
Jun 14, 2018
by
Benjamin Rokseth
Browse files
gitlab-ci: add common.yml to koha_patched
parent
3e4d583f
Pipeline
#500
failed with stages
in 6 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9e4862e1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment