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

Remove changes introduced to clone the CRI_XCBCand CRI_Cluster_Monitor...

Remove changes introduced to clone the CRI_XCBCand CRI_Cluster_Monitor repositories during the prep-deploy stage of the pipeline.
parent 350df80f
No related branches found
No related tags found
No related merge requests found
Pipeline #10034 failed with stages
in 59 seconds
...@@ -32,10 +32,6 @@ prep-deploy: ...@@ -32,10 +32,6 @@ 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 /CRI_XCBC
# Clone CRI_Cluster_Monitor repository
- 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