We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555d250 commit 7cb56bbCopy full SHA for 7cb56bb
Makefile
@@ -159,13 +159,11 @@ deploy_latest:
159
latest: build_latest deploy_latest
160
161
# Build the nightly backups. This is done on a server cronjob
162
-nightlies: init css js docs zip
+nightlies: css js docs zip
163
# Time to put these on the CDN
164
@@mkdir -p tmp/nightlies
165
@@mv ${OUTPUT} tmp/nightlies/$$(date "+%Y%m%d")
166
@@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
169
# -------------------------------------------------
170
171
0 commit comments