Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add static web workflows #2

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
8c1163c
adding static web in s3 workflows templates
steplixleandro Feb 10, 2023
d1ac623
change reference to reposiory
steplixleandro Feb 10, 2023
22765d4
refactor pipes
steplixleandro Feb 15, 2023
e4b5cd7
refactor finish
steplixleandro Feb 15, 2023
a554c9d
fix references problems
steplixleandro Apr 18, 2023
bd3b9c1
testing
steplixleandro Apr 21, 2023
a878d9d
debuggin
steplixleandro Apr 21, 2023
20f6e37
prueba
steplixleandro Apr 21, 2023
d844773
debug
steplixleandro Apr 21, 2023
e6fb8d4
Fix reference problem
steplixleandro Apr 21, 2023
1492f14
fix bug
steplixleandro Apr 21, 2023
679d740
fix bug
steplixleandro Apr 21, 2023
739c174
push
steplixleandro Apr 21, 2023
3fa4e95
fix
steplixleandro Apr 21, 2023
aef5c39
test
steplixleandro Apr 24, 2023
f808468
fix event
steplixleandro Apr 25, 2023
5932001
adding package publish pipes
fGrennon Feb 15, 2023
fc62393
adding templates for publish npm
fGrennon Feb 15, 2023
5e8fae9
fixing publish npm
fGrennon Feb 15, 2023
fe3d069
fix update package.json in publish npm
fGrennon Feb 15, 2023
1e72360
fix publish npm flow
fGrennon Feb 15, 2023
ebf3487
fix publish npm flow
fGrennon Feb 15, 2023
52bf159
fix tag in publish npm flow
fGrennon Feb 15, 2023
d924dbb
bitbucket scripts
snobili-steplix Apr 10, 2023
caa078a
final bb pipeline
snobili-steplix Apr 10, 2023
2f519b7
Adding react native mobile pipelines
fGrennon Apr 20, 2023
91ce0e4
adding static web in s3 workflows templates
steplixleandro Feb 10, 2023
21313d0
change reference to reposiory
steplixleandro Feb 10, 2023
3fee2ec
refactor pipes
steplixleandro Feb 15, 2023
ee756f9
refactor finish
steplixleandro Feb 15, 2023
885ad4b
fix references problems
steplixleandro Apr 18, 2023
9684bd2
testing
steplixleandro Apr 21, 2023
0ee90e6
debuggin
steplixleandro Apr 21, 2023
fc339de
prueba
steplixleandro Apr 21, 2023
a9c202e
debug
steplixleandro Apr 21, 2023
7c01799
Fix reference problem
steplixleandro Apr 21, 2023
cf5bfe8
fix bug
steplixleandro Apr 21, 2023
9a32bfe
fix bug
steplixleandro Apr 21, 2023
004854f
push
steplixleandro Apr 21, 2023
a46fc34
fix
steplixleandro Apr 21, 2023
5907f15
test
steplixleandro Apr 24, 2023
68e3f47
fix event
steplixleandro Apr 25, 2023
91f20d8
Merge branch 'feature/addStaticWebWorkflows' of github.com:steplix/ci…
steplixleandro Apr 25, 2023
98b3cb7
changes
steplixleandro Apr 28, 2023
d79a0f3
notify on error
steplixleandro Jul 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixing publish npm
fGrennon authored and steplixleandro committed Apr 25, 2023
commit 5e8fae974f552f56fb192be9630aeaa75921bd1a
4 changes: 2 additions & 2 deletions .github/workflows/pkg-develop-validate.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ on:
required: false
NODE_VERSION:
type: string
default: '18'
default: '18.x'
required: false
DISABLE_CACHE:
type: string
@@ -35,7 +35,7 @@ env:
NODE_VERSION: '${{ inputs.NODE_VERSION }}'
DISABLE_CACHE: '${{ inputs.DISABLE_CACHE }}'
SLACK_CHANNEL: '${{ inputs.SLACK_CHANNEL }}'
SLACK_WEBHOOK_URL: '${{ secrets.SLACK_WEBHOOK }}'
SLACK_WEBHOOK_URL: '${{ secrets.SLACK_WEBHOOK_URL }}'

jobs:
validate:
8 changes: 4 additions & 4 deletions .github/workflows/pkg-publish.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ on:
inputs:
NODE_VERSION:
type: string
default: '18'
default: '18.x'
required: false
SLACK_CHANNEL:
type: string
@@ -18,10 +18,10 @@ on:
required: true

env:
NODE_VERSION: '${{ inputs.NODE_VERSION }}'
SLACK_CHANNEL: '${{ inputs.SLACK_CHANNEL }}'
SLACK_WEBHOOK_URL: '${{ secrets.SLACK_WEBHOOK_URL }}'
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'
NODE_VERSION: '${{ vars.NODE_VERSION }}'
SLACK_CHANNEL: '${{ vars.SLACK_CHANNEL }}'
SLACK_WEBHOOK_URL: '${{ secrets.SLACK_WEBHOOK }}'

jobs:
pre-tag:
2 changes: 1 addition & 1 deletion npm/publish-package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 1. Publish package
name: 2. Publish package

run-name: >
Publish package: ${{ github.event.head_commit.message }}