udpate
This commit is contained in:
@@ -3,7 +3,7 @@ name: CI/CD Pipeline
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main,flip_dev]
|
branches: [main, flip_dev]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: yes
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- role: docker/snake
|
- role: docker/snake
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
name:
|
name:
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- curl
|
- curl
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
|
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
shell: curl -fsSL https://get.docker.com | sh
|
shell: curl -fsSL https://get.docker.com | sh
|
||||||
|
|||||||
Reference in New Issue
Block a user