-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge in ADGUARD-FILTERS/aglint from fix-builds to master Squashed commit of the following: commit b66d24d Author: scripthunter7 <[email protected]> Date: Tue Jan 9 15:35:56 2024 +0100 Update changelog commit d6c3f54 Author: scripthunter7 <[email protected]> Date: Tue Jan 9 15:34:48 2024 +0100 Update yarn arg handling in test specs as well commit 70b7978 Author: scripthunter7 <[email protected]> Date: Tue Jan 9 14:58:36 2024 +0100 Fix nit commit 056a2fe Author: scripthunter7 <[email protected]> Date: Tue Jan 9 13:53:26 2024 +0100 Update GH release workflow commit f1a66d2 Author: scripthunter7 <[email protected]> Date: Tue Jan 9 13:49:21 2024 +0100 Finish Bamboo specs commit 38e5215 Author: scripthunter7 <[email protected]> Date: Tue Jan 9 13:48:24 2024 +0100 Use tsx instead of ts-node to build txt
- Loading branch information
1 parent
aee21db
commit 0439668
Showing
10 changed files
with
298 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,9 @@ | |
|
||
--- | ||
!include 'build.yaml' | ||
|
||
--- | ||
!include 'deploy.yaml' | ||
|
||
--- | ||
!include 'permissions.yaml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
version: 2 | ||
deployment: | ||
name: aglint - deploy | ||
source-plan: AJL-AGLINTBUILD | ||
release-naming: ${bamboo.inject.version} | ||
environments: | ||
- npmjs | ||
|
||
npmjs: | ||
docker: | ||
image: adguard/node-ssh:18.13--1 | ||
volumes: | ||
${system.YARN_DIR}: "${bamboo.cacheYarn}" | ||
triggers: [] | ||
tasks: | ||
- checkout: | ||
force-clean-build: 'true' | ||
- artifact-download: | ||
artifacts: | ||
- name: aglint.tgz | ||
- script: | ||
interpreter: SHELL | ||
scripts: | ||
- |- | ||
set -e | ||
set -x | ||
# Fix mixed logs | ||
exec 2>&1 | ||
ls -laht | ||
export NPM_TOKEN=${bamboo.npmSecretToken} | ||
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc | ||
npm publish aglint.tgz --access public | ||
requirements: | ||
- adg-docker: 'true' | ||
notifications: | ||
- events: | ||
- deployment-started-and-finished | ||
recipients: | ||
- webhook: | ||
name: Deploy webhook | ||
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
version: 2 | ||
deployment: | ||
name: aglint - deploy | ||
deployment-permissions: | ||
- groups: | ||
- extensions-developers | ||
- adguard-qa | ||
permissions: | ||
- view | ||
environment-permissions: | ||
- npmjs: | ||
- groups: | ||
- extensions-developers | ||
permissions: | ||
- view | ||
- deploy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.