Skip to content

Commit

Permalink
just the libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Sep 28, 2023
1 parent befd1dc commit 3d03b9b
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,25 +72,14 @@ jobs:
swap-storage: true
tool-cache: false

- name: Git push Dockerfile
- name: Git push results
run: |
git config user.name github-actions
git config user.email [email protected]
git add --force skema/text_reading/scala/webapp/target/docker/stage/Dockerfile
git add --force skema/text_reading/scala/webapp/target/docker/stage/skema/text_reading/webapp/app/lib/*
git commit --message="generated text-reading Dockerfile"
git push
- name: Git push basic data
run: |
git config user.name github-actions
git config user.email [email protected]
git add --force skema/text_reading/scala/webapp/target/docker/stage/skema/text_reading/webapp/app/README.md
git add --force skema/text_reading/scala/webapp/target/docker/stage/skema/text_reading/webapp/app/bin/webapp
git add --force skema/text_reading/scala/webapp/target/docker/stage/skema/text_reading/webapp/app/conf/*
git add --force skema/text_reading/scala/webapp/target/docker/stage/skema/text_reading/webapp/app/share/*
git commit --message="generated text-reading"
git push
bake:
needs:
- tag-generator
Expand Down

0 comments on commit 3d03b9b

Please sign in to comment.