File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010jobs :
1111 build :
1212 name : Build
13- uses : getdevopspro/github-actions/.github/workflows/build.yml@v6.0.1
13+ uses : getdevopspro/github-actions/.github/workflows/build.yml@v6.0.2
1414 with :
1515 version-package : package.json
1616 version-package-lock : package-lock.json
17- version-output-format : >-
18- {{.Major}}.{{.Minor}}.{{.Patch}}${{ github.ref_name != github.event.repository.default_branch && '-pull-request' || '' }}
1917 pre-lint-command : NODEAPP_UID=$(id -u) NODEAPP_RESTART_POLICY=no NODEAPP_COMMAND="bash -c 'npm ci --ignore-scripts; npm run lint'" docker compose up nodeapp --force-recreate --remove-orphans --abort-on-container-exit --exit-code-from nodeapp
2018 pre-test-unit-command : NODEAPP_UID=$(id -u) NODEAPP_RESTART_POLICY=no NODEAPP_COMMAND="bash -c 'npm ci --ignore-scripts; npm run test'" docker compose up nodeapp --force-recreate --remove-orphans --abort-on-container-exit --exit-code-from nodeapp
2119
Original file line number Diff line number Diff line change 2929 promote :
3030 name : CI
3131 needs : ci
32- uses : getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.1
32+ uses : getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.2
3333 with :
3434 version-package : package.json
3535 git-add-files : package.json
You can’t perform that action at this time.
0 commit comments