Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcmessias committed Oct 3, 2023
1 parent 0a5a6a4 commit 81a3147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ 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
- ./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
Expand Down

0 comments on commit 81a3147

Please sign in to comment.