Skip to content

Commit ef8fffb

Browse files
Merge pull request #1047 from newrelic/go_update
chore:changed directory to intialize go modules
2 parents f7e688f + cf78308 commit ef8fffb

File tree

1 file changed

+1
-0
lines changed
  • test/deploy/linux/go/redhat/roles/configure/tasks

1 file changed

+1
-0
lines changed

test/deploy/linux/go/redhat/roles/configure/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
- name: Initialize and tidy Go modules
2424
shell: |
25+
cd /home/ec2-user/templates &&
2526
mkdir -p /home/ec2-user/go/pkg/mod &&
2627
mkdir -p /home/ec2-user/go/bin &&
2728
export GOPATH=/home/ec2-user/go &&

0 commit comments

Comments
 (0)