Skip to content

Commit

Permalink
Merge pull request #629 from paketo-buildpacks/offline-packages
Browse files Browse the repository at this point in the history
Updated create-package workflows for offline to support multi-repos
  • Loading branch information
Daniel Mikusa authored Apr 13, 2022
2 parents 63fa0f9 + 20de1cb commit eaa12f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions octo/offline_packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ func contributeOfflinePackage(descriptor Descriptor, offlinePackage OfflinePacka
If: "${{ ! steps.version.outputs.skip }}",
Run: StatikString("/package-buildpack.sh"),
Env: map[string]string{
"PACKAGE": offlinePackage.Target,
"PUBLISH": "true",
"VERSION": "${{ steps.version.outputs.version }}",
"PACKAGES": offlinePackage.Target,
"PUBLISH": "true",
"VERSION": "${{ steps.version.outputs.version }}",
},
},
},
Expand Down

0 comments on commit eaa12f7

Please sign in to comment.