更新 '.drone.yml'
continuous-integration/drone/push Build is failing Details

master
wanggang 4 years ago
parent 6833644a31
commit 25cd482a60

@ -8,8 +8,8 @@ steps:
- name: build
image: golang:1.16.4-buster
commands:
- pwd
- export SRC=$DRONE_WORKSPACE
- chmod 755 $SRC/build.sh
- $SRC/build.sh
- ls
- bash -c "${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}>version"
- /bin/bash -c "${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}>version"
Loading…
Cancel
Save