Skip to content

Commit

Permalink
fix deploy env names
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 7e8ea2a
Author: Slava Leleka <[email protected]>
Date:   Tue Aug 27 19:52:54 2024 +0300

    fix deploy env names
  • Loading branch information
slavaleleka committed Aug 28, 2024
1 parent 2f00e08 commit 7b92285
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bamboo-specs/tsurlfilter-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ release-naming: ${bamboo.inject.version}
# to have two different versions in bamboo releases
environments:
- npmjs • 1.x
- npmjs • 2.x
- npmjs • 3.x
- npmjs • alpha
- npmjs • beta

Expand Down Expand Up @@ -51,7 +51,7 @@ npmjs • 1.x: &npmjs
name: Deploy webhook
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo

npmjs • 2.x:
npmjs • 3.x:
<<: *npmjs
docker:
<<: *npmjs-docker
Expand Down
2 changes: 1 addition & 1 deletion bamboo-specs/tsurlfilter-permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ environment-permissions:
permissions:
- view
- deploy
- npmjs • 2.x:
- npmjs • 3.x:
- <<: *npmjs-permissions
- npmjs • alpha:
- <<: *npmjs-permissions
Expand Down
4 changes: 2 additions & 2 deletions bamboo-specs/tswebextension-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ deployment:
source-plan: AJL-TSWEBEXTENSIONBUILD
release-naming: ${bamboo.inject.version}
environments:
- npmjs • 1.x
- npmjs • 2.x
- npmjs • alpha
- npmjs • beta

npmjs • 1.x: &npmjs
npmjs • 2.x: &npmjs
variables: &npmjs-variables
publishArgs: --access public
docker:
Expand Down
2 changes: 1 addition & 1 deletion bamboo-specs/tswebextension-permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deployment-permissions:
permissions:
- view
environment-permissions:
- npmjs • 1.x: &npmjs-permissions
- npmjs • 2.x: &npmjs-permissions
- groups:
- extensions-developers
permissions:
Expand Down

0 comments on commit 7b92285

Please sign in to comment.