Skip to content

Commit 06ecd21

Browse files
authored
Update main.yml
1 parent 55bbb58 commit 06ecd21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

roles/superset/tasks/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
- name: Rename and Run docker-compose
2121
shell: |
2222
if [ -d "/usr/local/aegis" ];then rm -rf docker/requirements-local.txt;fi
23-
rm -rf docker-compose.yml .env
24-
mv docker-compose-production.yml docker-compose.yml
25-
mv .env_all .env
2623
docker-compose up -d
2724
sleep 30
2825
args:

0 commit comments

Comments
 (0)