Skip to content

Commit

Permalink
testing9
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Mar 4, 2024
1 parent 9dd0245 commit be91864
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-publish-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: . # Includes the .git directory
push: true # Will only build if this is not here
tags: ${{ steps.meta.outputs.tags }}
11 changes: 0 additions & 11 deletions .github/workflows/deploy-main-in-dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,9 @@ jobs:
uses: docker/build-push-action@v5
with:
context: . # Includes the .git directory
# file: ./Dockerfile
push: true # Will only build if this is not here
tags: ${{ steps.meta.outputs.tags }}

# Run commands printing the file / directory structure
# then check if the .git directory is present and print the result
# then print / check if its a symlink
- name: Run debug commands
run: |
ls -la
ls -la .git
# .github/workflows/test-symlink


deploy:
needs: [ build ]
runs-on: ubuntu-latest
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/test-symlink

This file was deleted.

0 comments on commit be91864

Please sign in to comment.