更新 .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
79695a6bce
commit
1d398cabb2
10
.drone.yml
10
.drone.yml
@ -24,6 +24,16 @@ steps:
|
||||
- cat /drone/src/.drone.yml
|
||||
- sleep 1m
|
||||
|
||||
- name: publish
|
||||
commands:
|
||||
- cd $DRONE_WORKSPACE
|
||||
- ls -la /drone/src/
|
||||
- ls -la /drone/src/${DRONE_BUILD_NUMBER}
|
||||
depends_on:
|
||||
- clone
|
||||
- build
|
||||
|
||||
|
||||
node:
|
||||
app: build
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user