fix(.drone.yml): fixing .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
cc08f1e19d
commit
33de1178ac
|
@ -7,9 +7,6 @@ server:
|
|||
user: drone
|
||||
ssh_key:
|
||||
from_secret: joj3-test
|
||||
environment:
|
||||
- 'export ORIG_HOME=$(grep ^${USER}: /etc/passwd |cut -d : -f 6)'
|
||||
- PATH=$PATH:$ORIG_HOME/.local/bin
|
||||
|
||||
steps:
|
||||
- name: prepare
|
||||
|
@ -31,6 +28,8 @@ steps:
|
|||
- make test
|
||||
- name: scoreboard
|
||||
commands:
|
||||
- 'export ORIG_HOME=$(grep ^${USER}: /etc/passwd |cut -d : -f 6)'
|
||||
- PATH=$PATH:$ORIG_HOME/.local/bin
|
||||
- if echo "${DRONE_REPO_NAME}" | grep -q '-'; then SUBMITTER_NAME=$(echo "{DRONE_REPO_NAME}" | cut -d'-' -f1); else SUBMITTER_NAME={DRONE_REPO_NAME};
|
||||
fi
|
||||
- mkdir repo
|
||||
|
|
Loading…
Reference in New Issue
Block a user