Skip to content

Commit

Permalink
GOPROXY added in hab builder (#8629)
Browse files Browse the repository at this point in the history
* GOPROXY added in hab builder

Signed-off-by: iamazzeez <aazeez@progress.com>

* GOPROXY added in hab builder

Signed-off-by: iamazzeez <aazeez@progress.com>

* GOPROXY added in hab builder

Signed-off-by: iamazzeez <aazeez@progress.com>

* GOPROXY added in hab builder

Signed-off-by: iamazzeez <aazeez@progress.com>

---------

Signed-off-by: iamazzeez <aazeez@progress.com>
  • Loading branch information
iamazzeez authored Oct 9, 2024
1 parent c248bfa commit 19894fd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .expeditor/build.habitat.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
origin: chef
smart_build: true
studio_secrets:
GITHUB_TOKEN:
account: github/chef
field: token
OPENSEARCH_ROOT_CA_PEM:
path: secret/a2/a2ha/opensearch
field: root-ca.pem
path: secret/a2/a2ha/opensearch
field: root-ca.pem
OPENSEARCH_ADMIN_PEM:
path: secret/a2/a2ha/opensearch
field: admin.pem
Expand All @@ -19,6 +18,8 @@ studio_secrets:
field: node1.pem
OPENSEARCH_NODE1_KEY_PEM:
path: secret/a2/a2ha/opensearch
field: node1-key.pem
field: node1-key.pem
HAB_FALLBACK_CHANNEL:
value: "stable"
env:
GOPROXY: "https://proxy.golang.org,direct"

0 comments on commit 19894fd

Please sign in to comment.