2
0
Fork 0

Use proper Drone substitution syntax
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details

pull/24/head
Ambrose Chua 2019-07-03 09:42:03 +08:00
parent aecccd6387
commit acd581304a
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ steps:
image: appleboy/drone-git-push
settings:
remote_name: origin
branch: $DRONE_SOURCE_BRANCH
branch: '${DRONE_SOURCE_BRANCH}'
key:
from_secret: push_ssh_key
commit: true

View File

@ -93,7 +93,7 @@ const callSelf = {
image: 'appleboy/drone-git-push',
settings: {
remote_name: 'origin',
branch: '$DRONE_SOURCE_BRANCH',
branch: '${DRONE_SOURCE_BRANCH}',
key: {
from_secret: 'push_ssh_key',
},