Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcmessias committed Sep 1, 2023
1 parent 1e747ae commit f823665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anchors:
- cat datahub-web-react/src/conf/analytics.ts
- mkdir -p ./datahub-frontend/build/distributions/ && touch ./datahub-frontend/build/distributions/datahub-frontend-1.zip
- ./gradlew :datahub-frontend:dist -x test -x yarnTest -x yarnLint --parallel
- mv ./datahub-frontend/build/distributions/datahub-frontend-*.zip ./datahub-frontend.zip
- mv ./datahub-frontend/build/distributions/datahub-frontend-*.zip datahub-frontend.zip
depends_on:
- setup

Expand Down

0 comments on commit f823665

Please sign in to comment.