fix shell command for /bin/sh

This commit is contained in:
Ritesh Chitlangi 2021-11-12 17:41:09 +08:00
parent bcb9866732
commit 5d54101317
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ steps:
- export CARGO_HOME=/tmp/cargo/$DRONE_BRANCH
- export CARGO_TARGET_DIR=/tmp/cargo-target/$DRONE_BRANCH
- mkdir -p $CARGO_HOME $CARGO_TARGET_DIR
- export CARGO_TOKEN=$(grep 'token' $HOME/.cargo/credentials | sed -e 's/\"//g' | awk '{print $3}')
- export CARGO_TOKEN=$(cat $HOME/.cargo/credentials-token)
- cd epp-client
- cargo publish --token $CARGO_TOKEN
- cd ..