Skip to content

Commit

Permalink
Merge pull request #175 from Nitrokey/ci-fix
Browse files Browse the repository at this point in the history
ci: move include to internal repository
  • Loading branch information
sosthene-nitrokey committed Nov 2, 2023
2 parents 87fcb21 + 9bb4226 commit 25611bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Copyright (C) 2022 Nitrokey GmbH
# SPDX-License-Identifier: CC0-1.0

include: 'https://raw.githubusercontent.com/Nitrokey/common-ci-jobs/master/common_jobs.yml'
include:
- project: 'nitrokey/gitlab-ci'
file:
- 'common-jobs/common_jobs.yml'

stages:
- pull-github
Expand Down

0 comments on commit 25611bd

Please sign in to comment.