Skip to content
Snippets Groups Projects
Commit 1fee5c5d authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Be more specific on what to delete

parent f65050b0
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
source $(dirname ${0})/functions.sh source $(dirname ${0})/functions.sh
run_cmd rm -rf install.sh run_cmd rm -rf ${CI_PROJECT_DIR}/install.sh
run_cmd rm -rf ${PREFIX} run_cmd rm -rf ${PREFIX}
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
source $(dirname ${0})/functions.sh source $(dirname ${0})/functions.sh
run_cmd rm -rf ~/.pypirc run_cmd rm -rf ${HOME}/.pypirc
run_cmd rm -rf ${PREFIX} run_cmd rm -rf ${PREFIX}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment