Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from alphagov/add-jenkins-script
Browse files Browse the repository at this point in the history
Add jenkins.sh job
  • Loading branch information
alexmuller committed Jun 1, 2016
2 parents 345ae3b + 3194bc3 commit 0fea213
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions email_alert_notifications/jenkins.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -e
export FILE_TO_UPLOAD=rename_email_files_with_request_id.py.zip
rm -f $FILE_TO_UPLOAD
/usr/bin/zip $FILE_TO_UPLOAD rename_email_files_with_request_id.py
echo "$FILE_TO_UPLOAD ready to upload"

0 comments on commit 0fea213

Please sign in to comment.