Skip to content

Commit

Permalink
ci: Bump libtelio-build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lcruz99 committed Jan 20, 2025
1 parent 9e9aa75 commit 6c683b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
with:
schedule: ${{ github.event_name == 'schedule' }}
cancel-outdated-pipelines: ${{ github.ref_name != 'main' }}
triggered-ref: v2.7.4 # REMEMBER to also update in .gitlab-ci.yml
triggered-ref: v2.8.0 # REMEMBER to also update in .gitlab-ci.yml
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ libtelio-build-pipeline:

trigger:
project: $LIBTELIO_BUILD_PROJECT_PATH
branch: v2.7.4 # REMEMBER to also update in .github/workflows/gitlab.yml
branch: v2.8.0 # REMEMBER to also update in .github/workflows/gitlab.yml

0 comments on commit 6c683b3

Please sign in to comment.