Skip to content
Snippets Groups Projects

CI and Dockerisation rewrite

Merged Konrad Botor requested to merge kbotor/ci-rewrite into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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 15m docker compose "${COMPOSE_OPTIONS[@]}" up --detach --quiet-pull
timeout -s INT -k 1m 20m docker compose "${COMPOSE_OPTIONS[@]}" up --detach --quiet-pull
popd
\ No newline at end of file
Loading