summaryrefslogtreecommitdiff
path: root/convey.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'convey.yaml')
-rw-r--r--convey.yaml9
1 files changed, 5 insertions, 4 deletions
diff --git a/convey.yaml b/convey.yaml
index c05ce16997..de1f6dc223 100644
--- a/convey.yaml
+++ b/convey.yaml
@@ -53,17 +53,18 @@ tasks:
type: docker/export
files: build-${TARGET}:${TARGET}
+ bare-export:
+ type: docker/export
+ files: ${TARGET}:${TARGET}
+
plans:
pidgin3-appimage-x86_64:
environment:
- TARGET=appimage-x86_64
- - BUILD_NUMBER=0
- - COMMIT_SHORT=${HG_COMMIT_SHORT}
- - VERSION=${BUILD_NUMBER}~${COMMIT_SHORT}
- RECIPE=Pidgin3
- CONFIGURE_ARGS=-Dconsoleui=False
stages:
- - tasks: [import, build, export]
+ - tasks: [import, build, bare-export]
clang:
environment: [TARGET=clang]