Skip to content

Commit

Permalink
subfolder binary read
Browse files Browse the repository at this point in the history
  • Loading branch information
brokedba authored Sep 15, 2023
1 parent e08abcb commit 983a22f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oci_devops/deploy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ steps:
oci os object bulk-download -ns ${OBJECT_BUCKET_NAMESPACE_NAME} -bn ${OBJECT_BUCKET_NAME} --download-dir /tmp/ --prefix "terraform_build/"
ls -ltr /tmp/terraform_build
cd /tmp/terraform_build
chmod 777 -R .terraform/
terraform fmt
export TF_VAR_ssh_public_key=${SSH_PUB_KEY}
echo "ssh public key => ${TF_VAR_ssh_public_key} "
Expand Down

0 comments on commit 983a22f

Please sign in to comment.