Skip to content

Commit

Permalink
icons are the biggest offenders, lets clean that up
Browse files Browse the repository at this point in the history
  • Loading branch information
globalworming committed Feb 20, 2022
1 parent 057456e commit f93a806
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .google/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,16 @@ steps:
mvn verify || touch .fail && if test ! -e target/site/serenity; then exit 1; fi
- name: 'gcr.io/cloud-builders/mvn'
entrypoint: 'bash'
args:
- '-c'
- |
rm -f target/site/serenity/icons target/site/serenity/bootstrap-icons
# FIXME, upload takes ages, cam we make it so we upload html report dependencies only when serenity version changes?
- name: 'gcr.io/cloud-builders/gsutil'
args: ['cp','-r', '-J','./target/site/serenity','gs://example-3926-bucket']
args: ['cp','-r','./target/site/serenity','gs://example-3926-bucket']

- id: check if failed
name: 'gcr.io/cloud-builders/mvn'
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
<version>5.1.1</version>
</dependency>


</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit f93a806

Please sign in to comment.