Skip to content

Commit 7cb56bb

Browse files
committed
remove cleanup from nightlies to prevent broken build
1 parent 555d250 commit 7cb56bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,11 @@ deploy_latest:
159159
latest: build_latest deploy_latest
160160

161161
# Build the nightly backups. This is done on a server cronjob
162-
nightlies: init css js docs zip
162+
nightlies: css js docs zip
163163
# Time to put these on the CDN
164164
@@mkdir -p tmp/nightlies
165165
@@mv ${OUTPUT} tmp/nightlies/$$(date "+%Y%m%d")
166166
@@scp -qr tmp/nightlies/* jqadmin@code.origin.jquery.com:/var/www/html/code.jquery.com/mobile/nightlies/
167-
# Do some cleanup to wrap it up
168-
@@rm -rf tmp
169167
# -------------------------------------------------
170168

171169

0 commit comments

Comments
 (0)