Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
ca1a334e
Commit
ca1a334e
authored
Jun 03, 2022
by
Josh Spicer
Committed by
GitHub
Jun 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CI ignore
parent
3b55d6e9
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
7 deletions
+11
-7
linter-automated.yaml
.github/workflows/linter-automated.yaml
+2
-1
linter-manual.yaml
.github/workflows/linter-manual.yaml
+1
-1
release-v1.yaml
.github/workflows/release-v1.yaml
+1
-1
release.yaml
.github/workflows/release.yaml
+1
-1
test-all.yaml
.github/workflows/test-all.yaml
+2
-1
test-manual.yaml
.github/workflows/test-manual.yaml
+1
-1
test-pr.yaml
.github/workflows/test-pr.yaml
+2
-1
test-scenarios.yaml
.github/workflows/test-scenarios.yaml
+1
-0
No files found.
.github/workflows/linter-automated.yaml
View file @
ca1a334e
name
:
"
Shell
script
l
inter"
name
:
"
(CI)
Shell
Script
L
inter"
on
:
push
:
branches
:
...
...
@@ -8,6 +8,7 @@ on:
jobs
:
shellchecker
:
runs-on
:
ubuntu-latest
if
:
"
!contains(github.event.head_commit.message,
'no-ci')
&&
!contains(github.event.head_commit.message,
'CI
ignore')"
steps
:
-
uses
:
actions/checkout@v2
...
...
.github/workflows/linter-manual.yaml
View file @
ca1a334e
name
:
"
Shell
script
linter
(manual)
"
name
:
"
(Manual)
Shell
Script
Linter
"
on
:
workflow_dispatch
:
inputs
:
...
...
.github/workflows/release-v1.yaml
View file @
ca1a334e
name
:
"
Package
dev
container
features
(v1)"
name
:
"
(Release-v1)
Package
dev
container
features
(v1)"
on
:
push
:
tags
:
...
...
.github/workflows/release.yaml
View file @
ca1a334e
name
:
"
Release
dev
container
features
(v2)"
name
:
"
(Release)
Release
dev
container
features
(v2)"
on
:
push
:
tags
:
...
...
.github/workflows/test-all.yaml
View file @
ca1a334e
name
:
"
Test
Features
(CI)
"
name
:
"
(CI)
Test
Features
"
on
:
push
:
branches
:
...
...
@@ -8,6 +8,7 @@ on:
jobs
:
test
:
runs-on
:
ubuntu-latest
if
:
"
!contains(github.event.head_commit.message,
'no-ci')
&&
!contains(github.event.head_commit.message,
'CI
ignore')"
continue-on-error
:
true
strategy
:
matrix
:
...
...
.github/workflows/test-manual.yaml
View file @
ca1a334e
name
:
"
Test
Features
(Manual)
"
name
:
"
(Manual)
Test
Features
"
on
:
workflow_dispatch
:
inputs
:
...
...
.github/workflows/test-pr.yaml
View file @
ca1a334e
name
:
"
Test
updated
features
(PR)
"
name
:
"
(PR)
Test
Updated
Features
"
on
:
pull_request
:
jobs
:
detect-changes
:
runs-on
:
ubuntu-latest
if
:
"
!contains(github.event.head_commit.message,
'no-ci')
&&
!contains(github.event.head_commit.message,
'CI
ignore')"
outputs
:
features
:
${{ steps.filter.outputs.changes }}
steps
:
...
...
.github/workflows/test-scenarios.yaml
View file @
ca1a334e
...
...
@@ -9,6 +9,7 @@ on:
jobs
:
scenarios
:
runs-on
:
ubuntu-latest
if
:
"
!contains(github.event.head_commit.message,
'no-ci')
&&
!contains(github.event.head_commit.message,
'CI
ignore')"
steps
:
-
uses
:
actions/checkout@v2
-
name
:
"
Running
predefined
test
scenarios"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment