Skip to content

Commit

Permalink
mv the zip
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcmessias committed Aug 22, 2023
1 parent c7b4fc4 commit 1ed784f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
kind: pipeline
name: default

concurrency:
limit: 1
# concurrency:
# limit: 1

anchors:
docker_build_config: &docker_build_config
Expand All @@ -29,10 +29,11 @@ anchors:
- GITHUB_TOKEN

steps:
# - name: gradle_build_frontend
# image: gradle:jdk11
# commands:
# - ./gradlew :datahub-frontend:build :datahub-web-react:build --parallel
- name: gradle_build_frontend
image: gradle:jdk11
commands:
- ./gradlew :datahub-frontend:dist -x test -x yarnTest -x yarnLint --parallel
- mv ./datahub-frontend/build/distributions/datahub-frontend-*.zip datahub-frontend.zip

- name: docker_build_frontend
<<: *docker_build_config
Expand All @@ -43,5 +44,5 @@ steps:
- "[email protected]"
cache_from:
- 131063299351.dkr.ecr.eu-west-1.amazonaws.com/datahub-frontend:${DRONE_BRANCH//\//-}
# depends_on:
# - gradle_build_frontend
depends_on:
- gradle_build_frontend

0 comments on commit 1ed784f

Please sign in to comment.