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

Add repository cloning to prep-deploy stage

parent 92d81ef1
No related branches found
No related tags found
No related merge requests found
Pipeline #10032 failed with stages
in 2 minutes and 19 seconds
...@@ -32,6 +32,10 @@ prep-deploy: ...@@ -32,6 +32,10 @@ prep-deploy:
name: $TARGET_ENV name: $TARGET_ENV
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
- git clone https://github.com/jprorama/CRI_XCBC.git /path/to/destination/CRI_XCBC
# Clone CRI_Cluster_Monitor repository
- git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git /path/to/destination/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