Skip to content
Snippets Groups Projects

Remove remote-exec provisioners in Terraform script

Compare and
2 files
+ 4
23
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
0
@@ -32,6 +32,10 @@ prep-deploy:
name: $TARGET_ENV
script:
- 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
TF_VAR_data_volume="xdmod-dev-volume-$BUILD_DATE"
Loading