Skip to content

Commit

Permalink
Merge pull request #200 from NordSecurity/use-gitlab-0-4-2
Browse files Browse the repository at this point in the history
Use v0.4.3 version of the scheduled gitlab pipeline
  • Loading branch information
tomaszklak authored Nov 9, 2023
2 parents 9855882 + 0c6ec27 commit cdcd82a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- tests
- fuzzing
- benchmarks
- coverage
- nagger
runs-on: ubuntu-22.04
steps:
- name: Collect statuses from all jobs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
project-id: ${{ secrets.PROJECT_ID }}
schedule: ${{ github.event_name == 'schedule' }}
cancel-outdated-pipelines: ${{ github.ref_name != 'main' }}
triggered-ref: v0.4.0
triggered-ref: v0.4.3
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ libtelio-build-pipeline:

trigger:
project: $LIBTELIO_BUILD_PROJECT_PATH
branch: v0.4.0
branch: v0.4.3
strategy: depend

0 comments on commit cdcd82a

Please sign in to comment.