1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

#5 rm-rfing everything

This commit is contained in:
Fedor Katurov 2021-05-12 10:39:06 +07:00
parent a602452f2a
commit 3bacde0609

View file

@ -56,7 +56,7 @@ steps:
script_stop: true
script:
- mkdir -p $${BUILD_PATH}/${DRONE_BRANCH}
- rm -rf $${BUILD_PATH}/${DRONE_BRANCH}/*
- rm -rf $${BUILD_PATH}/${DRONE_BRANCH}/* $${BUILD_PATH}/${DRONE_BRANCH}/.*
- cd $${BUILD_PATH}/${DRONE_BRANCH}
- tar -xjf /tmp/tg-bot-${DRONE_BRANCH}/app.tar.bz2 -C ./
- cp $${ENV_PATH}/${DRONE_BRANCH}/config.yml $${BUILD_PATH}/${DRONE_BRANCH}