Skip to content
Snippets Groups Projects
Commit 5fdb2b93 authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

removing sudo from apt-get install command for tree

parent a8b4c60f
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #7998 failed with stages
in 19 seconds
......@@ -40,7 +40,7 @@ tf-apply:
stage: build
tags: [build]
script:
- sudo apt-get install tree
- apt-get install tree
- tree -L 3 .
- export BUILD_DATE=$(TZ=America/Chicago date +%Y%m%d)
- export TF_VAR_internal_network="tf-clusternet-$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