Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Tuned pipeline scripts (#74)
Browse files Browse the repository at this point in the history
* update auto version bump up scripts

* update pipeline scripts
  • Loading branch information
Frapschen authored Jul 7, 2023
1 parent 33dbe7a commit 72e85b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
permissions:
contents: read
packages: write
timeout-minutes: 90
timeout-minutes: 120
env:
TAG: ${{ github.sha }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-bump-up/version-bump-up.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def pushToOpeninsight(newManifest, newReadme, newCbility):
# sha = branch.raw_data['object']['sha']

openinsightRepo.update_file('builder/otelcol-builder.yaml',
'update otelcol-builder.yaml to latest version',
'update otelcol-builder.yaml to {0}'.format(latestVersion),
dump(newManifest, Dumper=RoundTripDumper, width=float("inf")),
openinsightRepo.get_contents('builder/otelcol-builder.yaml', ref).sha,
branchName)
Expand Down

0 comments on commit 72e85b2

Please sign in to comment.