Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
manolama committed Oct 12, 2020
1 parent a7e98f3 commit d3c0325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ jobs:
main:
requires: [~pr, ~commit]
steps:
- run_arbitrary_script: apt-get install autoconf make -y && ./build.sh pom.xml && mvn clean test --quiet
- run_arbitrary_script: apt-get update && apt-get install autoconf make -y && ./build.sh pom.xml && mvn clean test --quiet

0 comments on commit d3c0325

Please sign in to comment.