summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjak1 <mike.wollmann@gmail.com>2021-05-16 19:32:10 +0000
committerjak1 <mike.wollmann@gmail.com>2021-05-16 19:32:10 +0000
commita748e5e4b6da18723812a50087247b563484ce85 (patch)
tree7113c76d4f721457f7656b56e264fafd70dd2690
parentbed7032eab8e3b06b9a0e47d6b6c2ec45f43504d (diff)
downloadappimg-builder-a748e5e4b6da18723812a50087247b563484ce85.tar.gz
appimg-builder-a748e5e4b6da18723812a50087247b563484ce85.tar.bz2
appimg-builder-a748e5e4b6da18723812a50087247b563484ce85.tar.xz
appimg-builder-a748e5e4b6da18723812a50087247b563484ce85.zip
blocked by the "docker" tag?
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ffa10b..d79a84c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,6 @@ x86_64-AppImage:
stage: build
tags:
- gtmw
- - docker
before_script:
- apt-get update -qq
- chmod +x install_dependencies.sh
@@ -35,7 +34,6 @@ i386-AppImage:
stage: build
tags:
- gtmw
- - docker
before_script:
- apt-get update -qq
- chmod +x install_dependencies.sh
@@ -61,7 +59,6 @@ deb_pkg:
stage: build
tags:
- gtmw
- - docker
before_script:
- apt-get update -qq
- chmod +x install_dependencies.sh
@@ -90,6 +87,8 @@ deb_pkg:
deploy-appImages:
stage: deploy
image: alpine
+ tags:
+ - gtmw
before_script:
- apk add openssh-client zip
- eval $(ssh-agent -s)