Skip to content

Commit

Permalink
Disabling Docker image build which depends on HashiCorp internal repos (
Browse files Browse the repository at this point in the history
#5)

* Disabling Docker image build which depends on HashiCorp internal repos

* Fix build error
  • Loading branch information
QubitPi committed Mar 14, 2024
1 parent 419a97b commit bb12d1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ jobs:
build-docker-full:
name: Docker full ${{ matrix.arch }} build
if: github.repository != 'QubitPi/hashicorp-packer'
needs:
- set-product-version
- build-linux
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/doc-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
node-version: 18 # must be 18 or above to avoid "Cannot read properties of undefined (reading 'version')"
- name: Test documentation build
run: npm run build
continue-on-error: true # HC closed source tutorials page, we can't get it anyway
- name: Bundle up a GitHub Pages Deployable
if: github.ref == 'refs/heads/master'
run: |
Expand Down Expand Up @@ -60,4 +61,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: website/hashicorp-packer-docs
user_name: QubitPi
user_email: jack20191124@proton.me
user_email: jack20220723@gmail.com

0 comments on commit bb12d1a

Please sign in to comment.