Skip to content

Commit

Permalink
remove caching
Browse files Browse the repository at this point in the history
  • Loading branch information
elcasteel committed Aug 16, 2023
1 parent 10e607d commit 0b1bb2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,5 @@ runs:
shell: bash
run: |
cd ${{ inputs.working-directory }}
echo " '$(pwd)' " >> $GITHUB_OUTPUT
echo "ls -la" >> $GITHUB_OUTPUT
# make mod-download
6 changes: 1 addition & 5 deletions .github/workflows/push-solo-apis-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ jobs:
repository: solo-io/gloo
path: gloo
ref: ${{ env.RELEASE_TAG_NAME }}
- name: Prep Go Runner
uses: ./gloo/.github/workflows/composite-actions/prep-go-runner
with:
working-directory: gloo
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
Expand Down Expand Up @@ -114,7 +110,7 @@ jobs:
GIT_USER_EMAIL: soloio-bot@github.com
run: |
cd solo-apis
make update-deps; ./hack/sync-gloo-apis.sh; make generate
make mod-download update-deps; ./hack/sync-gloo-apis.sh; make generate
git config --local user.name $GIT_USER_NAME
git config --local user.email $GIT_USER_EMAIL
git add .
Expand Down

0 comments on commit 0b1bb2c

Please sign in to comment.