Skip to content

Commit

Permalink
Update fiat-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumarp authored Nov 5, 2024
1 parent dbe2b9e commit d4133d9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/fiat-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
maven(MavenPublication){
groupId = 'io.spinnaker.fiat'
artifactId = 'NEXUSARTIID'
version = "$NEXUS_VERSION"
version = '$NEXUS_VERSION'
from components.java
pom {
name = 'NEXUSARTIID'
description = 'A description of my library'
description = 'A description of nexus library'
}
}
}
Expand All @@ -60,15 +60,13 @@ jobs:
}
tasks.withType(GenerateModuleMetadata).configureEach {
ppressedValidationErrors.add('enforced-platform')
}
}
EOF
ls -d */ | grep "fiat" | sed 's/\///g' > ds.txt
cat ds.txt
cat "file above"
for i in $(cat ds.txt)
do
sed s/NEXUSARTIID/$i/g patch > patchnew
Expand Down

0 comments on commit d4133d9

Please sign in to comment.