Skip to content

Commit

Permalink
Fix example specs
Browse files Browse the repository at this point in the history
Merge in CI/github-actions-runner from feature/example-2 to master

* commit 'dc0ac655d4aace41e74bfdde7e10b241e4dce187':
  fix example specs
  use github commit message for skiping ci
  remove example run for branch
  • Loading branch information
maximtop committed Apr 26, 2024
2 parents 8f161ee + dc0ac65 commit 71ab21f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
id:
type: 'string'
description: 'Unique identifier for the workflow run. Needed for github-actions-runner to identify the run.'
push:
branches:
- 'feature/example'

## !NOTE: This name is required to identify the workflow run
run-name: ${{github.workflow}} [ID:${{ inputs.id }}]
Expand Down
20 changes: 5 additions & 15 deletions bamboo-specs/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ stages:
manual: false
final: false
jobs:
- Build
- Test

Build:
key: BUILD
Test:
key: TEST
other:
clean-working-dir: true
docker:
image: ${bamboo.dockerNode}
volumes:
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
${system.PNPM_DIR}: ${bamboo.cachePnpm}
tasks:
- checkout:
force-clean-build: true
Expand Down Expand Up @@ -67,24 +67,14 @@ Build:
requirements:
- adg-docker: 'true'

triggers: []

branches:
create: for-pull-request
delete:
after-deleted-days: '1'
after-inactive-days: '5'
link-to-jira: true

notifications:
- events:
- plan-status-changed
recipients:
- webhook:
name: Build webhook
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo

notifications: []
labels: []

other:
concurrent-build-plugin: system-default
2 changes: 1 addition & 1 deletion bamboo-specs/increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Increment:
- any-task:
plugin-key: com.atlassian.bamboo.plugins.vcs:task.vcs.commit
configuration:
commitMessage: 'skipci: Automatic increment build number'
commitMessage: '[skip ci]: Automatic increment build number'
selectedRepository: defaultRepository
requirements:
- adg-docker: true
Expand Down

0 comments on commit 71ab21f

Please sign in to comment.