Skip to content

Commit c7f0604

Browse files
author
Julien Pivotto
authored
Merge pull request #546 from armsnyder/544-rm-vendor
Remove vendor
2 parents 9136561 + d54aba7 commit c7f0604

File tree

2,382 files changed

+0
-683088
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,382 files changed

+0
-683088
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
- name: Check out code repository source code
1616
uses: actions/checkout@v2
1717

18-
# https://help.github.com/en/actions/reference/workflow-commands-for-github-actions
19-
- name: Set build variables
20-
run: |
21-
echo "GO_FLAGS=-mod=vendor" >> $GITHUB_ENV
22-
echo "GO111MODULE=on" >> $GITHUB_ENV
23-
2418
- name: Start Gitlab
2519
run: make testacc-up
2620

@@ -49,12 +43,6 @@ jobs:
4943
[[ -n "${{ secrets.LICENSE_ENCRYPTION_PASSWORD }}" ]] && openssl enc -d -aes-256-cbc -pbkdf2 -iter 20000 -in Gitlab-license.encrypted -out Gitlab-license.txt -pass "pass:${{ secrets.LICENSE_ENCRYPTION_PASSWORD }}"
5044
chmod 666 Gitlab-license.txt || true
5145
52-
# https://help.github.com/en/actions/reference/workflow-commands-for-github-actions
53-
- name: Set build variables
54-
run: |
55-
echo "GO_FLAGS=-mod=vendor" >> $GITHUB_ENV
56-
echo "GO111MODULE=on" >> $GITHUB_ENV
57-
5846
- name: Start Gitlab
5947
run: make testacc-up
6048

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- name: Set build variables
2626
run: |
2727
echo "MAKE_TARGET=${{ matrix.make_target }}" >> $GITHUB_ENV
28-
echo "GO_FLAGS=-mod=vendor" >> $GITHUB_ENV
2928
echo "GO111MODULE=on" >> $GITHUB_ENV
3029
3130
- name: Run ${{matrix.make_target}}

vendor/cloud.google.com/go/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)