Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcmessias committed Oct 2, 2023
1 parent 3ebd469 commit 0a5a6a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ anchors:
- cd "/drone/src/$${ENVIRONMENT}"
- sed -i "s/<AMPLITUDE_API_KEY>/$AMPLITUDE_API_KEY/g" datahub-web-react/src/conf/analytics.ts
- cat datahub-web-react/src/conf/analytics.ts
- mkdir -p ./datahub-frontend/build/distributions/ && touch ./datahub-frontend/build/distributions/datahub-frontend-1.zip
# - 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
- ls -la ./datahub-frontend/build/distributions/
- mv ./datahub-frontend/build/distributions/datahub-frontend-*.zip datahub-frontend.zip
depends_on:
- setup
Expand Down

0 comments on commit 0a5a6a4

Please sign in to comment.