mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-28 10:30:40 +00:00
staging deployment flow fix (#1029)
This commit is contained in:
@@ -481,7 +481,7 @@ jobs:
|
||||
- run:
|
||||
name: Setup ansible
|
||||
command: |
|
||||
pip install --progress-bar off --user ansible boto
|
||||
pip install --progress-bar off --user ansible boto3
|
||||
ansible-galaxy collection install amazon.aws
|
||||
- run:
|
||||
name: Apply re-deploy playbook
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Skip binaries upload on version conflict
|
||||
- name: Inform about version conflict
|
||||
when: current_version <= remote_version
|
||||
debug: msg="Current version {{ current_version }} LE than remote {{ remote_version }}"
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Skip restart on version conflict
|
||||
- name: Inform about version conflict
|
||||
when: current_version <= remote_version
|
||||
debug: msg="Current version {{ current_version }} LE than remote {{ remote_version }}"
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Skip restart on version conflict
|
||||
- name: Inform about version conflict
|
||||
when: current_version <= remote_version
|
||||
debug: msg="Current version {{ current_version }} LE than remote {{ remote_version }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user