Skip to content
Snippets Groups Projects
Commit 350df80f authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

Update .gitlab-ci.yml to fix git clone destinations

parent 48bd99ae
No related branches found
No related tags found
No related merge requests found
Pipeline #10033 failed with stages
in 1 minute and 56 seconds
...@@ -33,9 +33,9 @@ prep-deploy: ...@@ -33,9 +33,9 @@ prep-deploy:
script: script:
- export BUILD_DATE=$(TZ=America/Chicago date +%Y-%m-%dT%H%M%S) - export BUILD_DATE=$(TZ=America/Chicago date +%Y-%m-%dT%H%M%S)
# Clone CRI_XCBC repository # Clone CRI_XCBC repository
- git clone https://github.com/jprorama/CRI_XCBC.git /path/to/destination/CRI_XCBC - git clone https://github.com/jprorama/CRI_XCBC.git /CRI_XCBC
# Clone CRI_Cluster_Monitor repository # Clone CRI_Cluster_Monitor repository
- git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git /path/to/destination/CRI_Cluster_Monitor - git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git /CRI_Cluster_Monitor
- | - |
if [ "$TARGET_ENV" = "dev" ]; then if [ "$TARGET_ENV" = "dev" ]; then
TF_VAR_data_volume="xdmod-dev-volume-$BUILD_DATE" TF_VAR_data_volume="xdmod-dev-volume-$BUILD_DATE"
......
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