Skip to content

Commit

Permalink
modified the name of the temporary subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinsarkissian committed Oct 4, 2024
1 parent 4272e01 commit 4e3a0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlab-ci.yml.one_job
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ build-app-gen:
- echo "CI_PROJECT_DIR is $CI_PROJECT_DIR"
- echo "CI_PROJECT_ID is $CI_PROJECT_ID"
- echo "CI_PROJECT_NAME is $CI_PROJECT_NAME"
- TEMPDIR=`date -u +\%Y\%m\%d\%H\%M\%S`_temp
- TEMPDIR=`date -u +\%Y\%m\%d\%H\%M\%S`_temp_cloned
- mkdir ~/$TEMPDIR
- cd ~/$TEMPDIR
- virtualenv venv
Expand Down
2 changes: 1 addition & 1 deletion gitlab-ci.yml.one_job_with_trigger
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ build-app-gen:
- echo "CI_PROJECT_DIR is $CI_PROJECT_DIR"
- echo "CI_PROJECT_ID is $CI_PROJECT_ID"
- echo "CI_PROJECT_NAME is $CI_PROJECT_NAME"
- TEMPDIR=`date -u +\%Y\%m\%d\%H\%M\%S`_temp
- TEMPDIR=`date -u +\%Y\%m\%d\%H\%M\%S`_temp_cloned
- mkdir ~/$TEMPDIR
- cd ~/$TEMPDIR
- virtualenv venv
Expand Down

0 comments on commit 4e3a0c7

Please sign in to comment.