forked from audienceproject/spark-dynamodb
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwercker.yml
More file actions
33 lines (30 loc) · 771 Bytes
/
wercker.yml
File metadata and controls
33 lines (30 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
box:
id: audienceproject/jvm
username: $DOCKERHUB_ACCOUNT
password: $DOCKERHUB_PASSWORD
tag: latest
build:
steps:
- script:
name: Compile
code: |
sbt clean compile
- script:
name: Clean again
code: |
sbt clean
publish-snapshot:
steps:
- audienceproject/sbt-to-maven-central@2.0.0:
user: $NEXUS_USER
password: $NEXUS_PASSWORD
private-key: $NEXUS_PK
passphrase: $NEXUS_PASSPHRASE
publish-release:
steps:
- audienceproject/sbt-to-maven-central@2.0.0:
user: $NEXUS_USER
password: $NEXUS_PASSWORD
private-key: $NEXUS_PK
passphrase: $NEXUS_PASSPHRASE
destination: RELEASE