Skip to content

Commit

Permalink
fix: remove debug from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
NickChecan committed Oct 12, 2024
1 parent af34681 commit 3fd013b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,11 @@ jobs:
path: .

- name: Unzip build files
run: unzip build-files.zip -d ./dist/
run: unzip build-files.zip -d .

- name: Install devcontainer cli
run: npm install -g @devcontainers/cli

- name: Debug
run: ls ./dist/ -R

# - name: Build devcontainer
# run: |
# echo "starting devcontainer build..."
Expand Down

0 comments on commit 3fd013b

Please sign in to comment.