Skip to content

Commit

Permalink
Fix generation of offline snapshot yaml file #60 (#61)
Browse files Browse the repository at this point in the history
### Fixed
Fix generation of offline snapshot yaml file if destination dir does not 
exists #60
  • Loading branch information
mbloch1986 authored Feb 1, 2020
1 parent fbea357 commit 71d1b20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgrade AEM Stack Manager Messenger to 2.9.0
- Upgrade AEM Test Suite to 1.7.0

### Fixed
- Fix generation of offline snapshot yaml file if destination dir does not exists #60

## [4.2.0-pre.0] - 2019-10-20

### Changed
Expand Down
1 change: 1 addition & 0 deletions vars/GenerateOfflineSnapshotYaml.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def call(script, String sourceAuthorSnapshotId, String sourcePublishSnapshotId,
}

script.sh """
mkdir -p ${configPath}/
echo -e "${extra_conf}" > ${configPath}/zzz_offline_snapshot.yaml
"""
}

0 comments on commit 71d1b20

Please sign in to comment.