Skip to content

Commit

Permalink
Update oss.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n authored Aug 10, 2022
1 parent d889329 commit 8ea8c37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
echo "Updating build.gradle - and printing its content"
cat ../deploy.gradle
cp ../deploy.gradle .
sed '/nebula.netflixoss/d;' build.gradle > build2.gradle
mv build2.gradle build.gradle
echo "apply from: "\"\$rootDir/deploy.gradle\""" >> build.gradle
cat build.gradle
cat deploy.gradle
Expand Down

0 comments on commit 8ea8c37

Please sign in to comment.