Another attempt to fix artfactory publish
This commit is contained in:
@@ -1319,6 +1319,7 @@ jobs:
|
||||
folder: out
|
||||
exclude:
|
||||
- "**/_remote.repositories"
|
||||
- "**/org.json-*"
|
||||
- name: build-manifest-yaml-atom-package
|
||||
serial: true
|
||||
plan:
|
||||
|
||||
@@ -33,4 +33,4 @@ cp -R ~/.m2/repository/org/springframework/ide ${maven_out}/org/springframework
|
||||
|
||||
timestamp=`date +%s`
|
||||
tarfile=${output}/headless-maven-out-${timestamp}.tar.gz
|
||||
tar -czvf ${tarfile} -C ${maven_out} ${maven_out}
|
||||
tar -czvf ${tarfile} -C ${maven_out} .
|
||||
|
||||
Reference in New Issue
Block a user