Skip to content

Commit

Permalink
copy helpers dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lrakai committed Nov 13, 2023
1 parent 321eab3 commit 1666bfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- run: |
ls ${{ github.workspace }}
- run: |
ls ${{ github.workspace }}/labs-cli
- run: |
ls ${{ github.workspace }}/labs-cli-helpers
- name: Build and push
uses: docker/build-push-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ RUN sudo chown coder:coder /etc/ssl/certs/server.crt && \
sudo chmod og+rx /etc/ssl/private

COPY labs-cli/lab /usr/local/bin/lab
COPY labs-cli-helpers/common.sh /home/coder/labs-cli-helpers/
COPY labs-cli-helpers /home/coder/labs-cli-helpers/

# -----------

Expand Down

0 comments on commit 1666bfd

Please sign in to comment.