Changed Branch to Upload images
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2a5da1444d
commit
7e005204d5
@ -10,9 +10,9 @@ global-variables:
|
|||||||
<<: *env
|
<<: *env
|
||||||
commands:
|
commands:
|
||||||
- cd gluon
|
- cd gluon
|
||||||
- make -j4 GLUON_BRANCH=stable GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
|
- make -j6 GLUON_BRANCH=stable GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
|
||||||
- make -j4 GLUON_BRANCH=beta GLUON_RELEASE=$input_version-beta GLUON_OUTPUTDIR=output/beta
|
- make -j6 GLUON_BRANCH=beta GLUON_RELEASE=$input_version-beta GLUON_OUTPUTDIR=output/beta
|
||||||
- make -j4 GLUON_BRANCH=experimental GLUON_RELEASE=$input_version-exp GLUON_OUTPUTDIR=output/experimental
|
- make -j6 GLUON_BRANCH=experimental GLUON_RELEASE=$input_version-exp GLUON_OUTPUTDIR=output/experimental
|
||||||
|
|
||||||
upload: &upload
|
upload: &upload
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
@ -23,7 +23,7 @@ global-variables:
|
|||||||
from_secret: ssh-update
|
from_secret: ssh-update
|
||||||
strip_components: 6
|
strip_components: 6
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: multidomain
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
Loading…
Reference in New Issue
Block a user