Skip to content

Commit

Permalink
Remove email from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy committed Nov 25, 2022
1 parent fe5c47b commit 4f3c109
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bridge-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
build_command: 'printf "Cere Team\n [email protected]\n" | ./install.sh'
build_command: 'printf "Cere Team\n" | ./install.sh'
path_to_static_files_to_upload: './build'
secrets:
NETWORK_AWS_ACCESS_KEY_ID: ${{ secrets.DEV_NETWORK_AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bridge-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
build_command: 'printf "Cere Team\n [email protected]\n" | ./install.sh'
build_command: 'printf "Cere Team\n" | ./install.sh'
path_to_static_files_to_upload: './build'
secrets:
NETWORK_AWS_ACCESS_KEY_ID: ${{ secrets.PRD_NETWORK_AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bridge-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
build_command: 'printf "Cere Team\n [email protected]\n" | ./install.sh'
build_command: 'printf "Cere Team\n" | ./install.sh'
path_to_static_files_to_upload: './build'
secrets:
NETWORK_AWS_ACCESS_KEY_ID: ${{ secrets.STG_NETWORK_AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/explorer-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
build_command: 'printf "Cere Team\n [email protected]\n" | ./install.sh'
build_command: 'printf "Cere Team\n" | ./install.sh'
path_to_static_files_to_upload: './build'
secrets:
NETWORK_AWS_ACCESS_KEY_ID: ${{ secrets.DEV_NETWORK_AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/explorer-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
build_command: 'printf "Cere Team\n [email protected]\n" | ./install.sh'
build_command: 'printf "Cere Team\n" | ./install.sh'
path_to_static_files_to_upload: './build'
secrets:
NETWORK_AWS_ACCESS_KEY_ID: ${{ secrets.PRD_NETWORK_AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/explorer-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
build_command: 'printf "Cere Team\n [email protected]\n" | ./install.sh'
build_command: 'printf "Cere Team\n" | ./install.sh'
path_to_static_files_to_upload: './build'
secrets:
NETWORK_AWS_ACCESS_KEY_ID: ${{ secrets.STG_NETWORK_AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stats-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
build_command: 'printf "Cere Team\n [email protected]\n" | ./install.sh'
build_command: 'printf "Cere Team\n" | ./install.sh'
path_to_static_files_to_upload: './build'
secrets:
NETWORK_AWS_ACCESS_KEY_ID: ${{ secrets.DEV_NETWORK_AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stats-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
build_command: 'printf "Cere Team\n [email protected]\n" | ./install.sh'
build_command: 'printf "Cere Team\n" | ./install.sh'
path_to_static_files_to_upload: './build'
secrets:
NETWORK_AWS_ACCESS_KEY_ID: ${{ secrets.PRD_NETWORK_AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stats-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'echo "Installing is not required"'
build_command: 'printf "Cere Team\n [email protected]\n" | ./install.sh'
build_command: 'printf "Cere Team\n" | ./install.sh'
path_to_static_files_to_upload: './build'
secrets:
NETWORK_AWS_ACCESS_KEY_ID: ${{ secrets.STG_NETWORK_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 4f3c109

Please sign in to comment.