Skip to content

Commit

Permalink
Added docker 'cleanup' line to the pipeline files
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLab Runner committed Apr 4, 2024
1 parent fbe2d95 commit 2aa17d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gitlab-ci.yml.one_job
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ build-app-gen:
- python3 -m unity_app_generator push_docker $APPGEN_DOCKER_URL
- python3 -m unity_app_generator build_cwl
- python3 -m unity_app_generator push_app_registry --api_url $APPGEN_DOCKSTORE_URL --token $APPGEN_DOCKSTORE_TOKEN
- docker rmi -f $(docker images -q)


test-app-gen:
Expand Down
1 change: 1 addition & 0 deletions gitlab-ci.yml.one_job_with_trigger
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ build-app-gen:
- python3 -m unity_app_generator push_docker $APPGEN_DOCKER_URL
- python3 -m unity_app_generator build_cwl
- python3 -m unity_app_generator push_app_registry --api_url $APPGEN_DOCKSTORE_URL --token $APPGEN_DOCKSTORE_TOKEN
- docker rmi -f $(docker images -q)


test-app-gen:
Expand Down

0 comments on commit 2aa17d0

Please sign in to comment.