Skip to content

Commit 2aa17d0

Browse files
author
GitLab Runner
committed
Added docker 'cleanup' line to the pipeline files
1 parent fbe2d95 commit 2aa17d0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gitlab-ci.yml.one_job

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ build-app-gen:
6060
- python3 -m unity_app_generator push_docker $APPGEN_DOCKER_URL
6161
- python3 -m unity_app_generator build_cwl
6262
- python3 -m unity_app_generator push_app_registry --api_url $APPGEN_DOCKSTORE_URL --token $APPGEN_DOCKSTORE_TOKEN
63+
- docker rmi -f $(docker images -q)
6364

6465

6566
test-app-gen:

gitlab-ci.yml.one_job_with_trigger

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ build-app-gen:
6262
- python3 -m unity_app_generator push_docker $APPGEN_DOCKER_URL
6363
- python3 -m unity_app_generator build_cwl
6464
- python3 -m unity_app_generator push_app_registry --api_url $APPGEN_DOCKSTORE_URL --token $APPGEN_DOCKSTORE_TOKEN
65+
- docker rmi -f $(docker images -q)
6566

6667

6768
test-app-gen:

0 commit comments

Comments
 (0)