Compare commits
No commits in common. "80286d41fa2aa1f233dacce9ae38507e00edf2ae" and "d949eaab09c7b0eb3bce1a6d51b605a17eae35e2" have entirely different histories.
80286d41fa
...
d949eaab09
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ echo "File transfer complete."
|
|||
echo "Symlinking, purging old"
|
||||
echo "Running on ssh: ln -s ${INPUT_REMOTE}/${COMMIT_SHA} ${INPUT_REMOTE}/latest"
|
||||
ssh -o StrictHostKeyChecking=no -v -i __TEMP_INPUT_KEY_FILE \
|
||||
"${INPUT_USER}"@"${INPUT_HOST}" -p "${INPUT_PORT}" \
|
||||
"${INPUT_USER}"@"${INPUT_HOST}:${INPUT_PORT}" \
|
||||
-C "ln -s ${INPUT_REMOTE}/${COMMIT_SHA} ${INPUT_REMOTE}/latest && find ${INPUT_REMOTE} -mindepth 1 -maxdepth 1 -type d -not -path './latest' | tail -n +5 > rm_result.txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue