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

Pull during the build stage.

parent eab0cdaa
Branches
No related tags found
No related merge requests found
Pipeline #1001 passed
......@@ -19,6 +19,12 @@ build-ns4:
only:
- ns4
pull-ns4:
extends: .compose-pull
tags: [ns4.shore.co.il]
only:
- ns4
run-ns4:
extends: .compose-run
tags: [ns4.shore.co.il]
......@@ -31,6 +37,12 @@ build-host01:
only:
- host01
pull-host01:
extends: .compose-pull
tags: [host01.shore.co.il]
only:
- host01
run-host01:
extends: .compose-run
tags: [host01.shore.co.il]
......@@ -43,6 +55,12 @@ build-kodi:
only:
- kodi
pull-kodi:
extends: .compose-pull
tags: [kodi.shore.co.il]
only:
- kodi
run-kodi:
extends: .compose-run
tags: [kodi.shore.co.il]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment