Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit f6dbb8f

Browse files
authored
Update main.yml
1 parent 8e4f5d3 commit f6dbb8f

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
# Runs a single command using the runners shell
2626
- name: START
2727
run: echo START
28-
29-
# Runs a set of commands using the runners shell
30-
- name: Run a multi-line script
31-
run: sudo curl -sSL https://get.docker.com | sh
3228

3329
- name: Install docker-compose
3430
run: sudo curl -L "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
@@ -39,12 +35,8 @@ jobs:
3935
- name: Clone Tiebaproject
4036
run: git clone https://github.com/ghosx/TiebaProject.git && cd TiebaProject
4137

42-
- name: Run
43-
run: docker-compose up
44-
timeout-minutes: 2
45-
46-
- name: Stop
47-
run: docker-compose stop
38+
- name: Docker-compose build
39+
run: docker-compose build
4840

4941
- name: END
50-
run: END
42+
run: echo END

0 commit comments

Comments
 (0)