Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: [CP-603] First attempt at setting up release flow #5040

Merged
merged 11 commits into from
Oct 26, 2023
Prev Previous commit
Next Next commit
chore: [CP-603] UI doesn't have config here
  • Loading branch information
kathrynlovett committed Oct 20, 2023
commit 6a6afd283a057dabb5121a8227cb7fb6219052fc
1 change: 0 additions & 1 deletion .github/workflows/build-push-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
- name: move files
run: |
mv .docker/resources/org/kiva/marketplaceWebUiCi/ui/Dockerfile .
cp -aRv .docker/resources/org/kiva/marketplaceWebUiCi/ui/config .

- name: docker-build
uses: ./.github/actions/docker-build-push
Expand Down
Loading