Skip to content
Snippets Groups Projects
Commit a249f0e6 authored by nimrod's avatar nimrod
Browse files

Pull during the build stage.

parent d849bf5f
No related branches found
No related tags found
No related merge requests found
Pipeline #998 passed
...@@ -12,8 +12,12 @@ stages: ...@@ -12,8 +12,12 @@ stages:
build: build:
extends: .compose-build extends: .compose-build
tags: [kodi.shore.co.il] tags: &tags [kodi.shore.co.il]
pull:
extends: .compose-pull
tags: *tags
run: run:
extends: .compose-run extends: .compose-run
tags: [kodi.shore.co.il] tags: *tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment