[gnome-build-meta/valentindavid/publish-vm-ostree] .gitlab-ci.yml: Fix typo
- From: Valentin David <valentindavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/valentindavid/publish-vm-ostree] .gitlab-ci.yml: Fix typo
- Date: Fri, 17 Jul 2020 13:56:17 +0000 (UTC)
commit 53f2c7eeb27edd38d858258173207151780421ae
Author: Valentin David <valentin david codethink co uk>
Date: Fri Jul 17 15:56:09 2020 +0200
.gitlab-ci.yml: Fix typo
.gitlab-ci.yml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d4ab35e2..e0428eb2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -415,16 +415,6 @@ flatpak-finish:
rules: *flatpak-publish-rules
<<: *x86_64
-flatpak-finish:
- stage: finish_publish
- dependencies: [ostree-prepare]
- script:
- - flat-manager-client commit --wait $(cat build.txt)
- - flat-manager-client publish --wait $(cat build.txt)
- - flat-manager-client purge $(cat build.txt)
- rules: *ostree-publish-rules
- <<: *x86_64
-
flatpak-finish-failed:
stage: finish_publish
dependencies: [flatpak-prepare]
@@ -437,6 +427,16 @@ flatpak-finish-failed:
when: on_failure
<<: *x86_64
+ostree-finish:
+ stage: finish_publish
+ dependencies: [ostree-prepare]
+ script:
+ - flat-manager-client commit --wait $(cat build.txt)
+ - flat-manager-client publish --wait $(cat build.txt)
+ - flat-manager-client purge $(cat build.txt)
+ rules: *ostree-publish-rules
+ <<: *x86_64
+
ostree-finish-failed:
stage: finish_publish
dependencies: [ostree-prepare]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]