You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
389 B
20 lines
389 B
kind: pipeline
|
|
type: exec
|
|
name: deployment
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
steps:
|
|
- name: backend image build
|
|
commands:
|
|
- echo start build images...
|
|
- export MAJOR_VERSION=1.0.rtm.
|
|
- export BUILD_NUMBER=$DRONE_BUILD_NUMBER
|
|
- export WORKSPACE=`pwd`
|
|
- bash ./build.sh
|
|
when:
|
|
branch:
|
|
- master
|