Skip to content
Snippets Groups Projects

CI and Dockerisation rewrite

Merged Konrad Botor requested to merge kbotor/ci-rewrite into develop
Compare and Show latest version
3 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -81,6 +81,6 @@ IFS=" " read -ra COMPOSE_OPTIONS <<< "$COMPOSE_OPTIONS_STRING"
echo "Docker Compose options: ${COMPOSE_OPTIONS[*]}"
docker compose "${COMPOSE_OPTIONS[@]}" config | tee docker-compose-config.yml.log
timeout -s INT -k 1m 70m docker compose "${COMPOSE_OPTIONS[@]}" up --detach --quiet-pull
timeout -s INT -k 1m 50m docker compose "${COMPOSE_OPTIONS[@]}" up --detach --quiet-pull
popd
\ No newline at end of file
Loading