Skip to content

Commit f88c421

Browse files
committed
Revert "Only deploy artefacts from dev branch #237"
This reverts commit 82dfd84.
1 parent 82dfd84 commit f88c421

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.circleci/config.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ workflows:
1414
- v0.3.3
1515
- sigmod2014contest
1616
- gh-pages
17-
- deploy:
18-
requires:
19-
- test
20-
filters:
21-
branches:
22-
only: main
2317

2418
jobs:
2519
test:
@@ -67,12 +61,6 @@ jobs:
6761
# currently we only deploy a single data set (the last generated one)
6862
mv out social_network-bi
6963
zip -r dist/social_network-bi.zip social_network-bi/
70-
- slack/status
71-
deploy:
72-
resource_class: xlarge
73-
working_directory: ~/ldbc/ldbc_snb_datagen
74-
machine:
75-
image: ubuntu-2004:202008-01
76-
steps:
7764
- gh-pages/deploy:
78-
ssh-fingerprints: '60:8f:35:48:99:c0:ae:9f:71:6b:a9:66:19:21:95:7d'
65+
ssh-fingerprints: '60:8f:35:48:99:c0:ae:9f:71:6b:a9:66:19:21:95:7d'
66+
- slack/status

0 commit comments

Comments
 (0)