Skip to content

Commit 0ef9655

Browse files
authored
Update build-and-deploy.yml
1 parent 0434150 commit 0ef9655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- name: Starting RubyGem Maven Proxy
2121
run: |
2222
# mvn org.apache.maven.plugins:maven-dependency-plugin:3.0.2:copy -Dartifact=de.saumya.mojo:rubygems:0.2.3:war -DoutputDirectory=.
23-
git clone https://github.com/maybeec/rubygems-servlets.git
23+
git clone https://github.com/ssarmokadam/rubygems-servlets.git
2424
cd rubygems-servlets
25-
mvn package -DskipTests
25+
mvn clean package -Pexecutable
2626
java -jar target/rubygems.war &
2727
cd ..
2828
- name: SetupRuby

0 commit comments

Comments
 (0)