Merge pull request 'master' (#26) from master into develop
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #26
This commit is contained in:
commit
277a896f16
@ -127,7 +127,6 @@ trigger:
|
|||||||
# Variables
|
# Variables
|
||||||
tag: &tag testing
|
tag: &tag testing
|
||||||
repo: &repo phoenix.ipv64.de/kirbylink/warp4j
|
repo: &repo phoenix.ipv64.de/kirbylink/warp4j
|
||||||
branch: &exclude_branch master
|
|
||||||
dry_run: &dry_run true
|
dry_run: &dry_run true
|
||||||
step_name: &step_name warp4j
|
step_name: &step_name warp4j
|
||||||
pipeline_name: &pipeline_name warp4j build only (testing)
|
pipeline_name: &pipeline_name warp4j build only (testing)
|
||||||
@ -184,8 +183,5 @@ steps:
|
|||||||
status: [ success, failure ]
|
status: [ success, failure ]
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
|
||||||
exclude:
|
|
||||||
- *exclude_branch
|
|
||||||
event:
|
event:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
@ -17,6 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## [origin warp4j] - 2019-02-28
|
## [origin warp4j] - 2019-02-28
|
||||||
- See origin repository: https://github.com/guziks/warp4j
|
- See origin repository: https://github.com/guziks/warp4j
|
||||||
|
|
||||||
[unreleased]: https://git.phoenix.ipv64.de/public/warp/compare/master...HEAD
|
[unreleased]: https://git.phoenix.ipv64.de/public/warp4j/compare/master...HEAD
|
||||||
[1.0.0]: https://git.phoenix.ipv64.de/GitHub_Mirrors/warp4j/compare/master...stable
|
[1.0.0]: https://git.phoenix.ipv64.de/public/warp4j/compare/stable...master
|
||||||
[origin warp4j]: https://github.com/guziks/warp4j
|
[origin warp4j]: https://github.com/guziks/warp4j
|
@ -5,5 +5,5 @@ RUN apt-get update && apt-get install -y \
|
|||||||
unzip \
|
unzip \
|
||||||
zip \
|
zip \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
RUN curl -s https://git.phoenix.ipv64.de/public/warp4j/raw/branch/develop/install.sh | /bin/sh -s
|
RUN curl -s https://git.phoenix.ipv64.de/public/warp4j/raw/branch/master/install.sh | /bin/sh -s
|
||||||
ENTRYPOINT [ "/usr/local/bin/warp4j" ]
|
ENTRYPOINT [ "/usr/local/bin/warp4j" ]
|
||||||
|
@ -113,10 +113,7 @@ Options:
|
|||||||
|
|
||||||
Tested on the following operating systems:
|
Tested on the following operating systems:
|
||||||
|
|
||||||
- Debian 10.8
|
- Debian 12.5
|
||||||
- Ubuntu 18.04
|
|
||||||
- macOS Mojave
|
|
||||||
- Windows Subsystem for Linux with Ubuntu 14.04
|
|
||||||
|
|
||||||
## Cache Location
|
## Cache Location
|
||||||
|
|
||||||
|
@ -128,7 +128,7 @@ get_missing_deps() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
WARP4J_LINK="https://git.phoenix.ipv64.de/public/warp4j/raw/branch/develop/warp4j"
|
WARP4J_LINK="https://git.phoenix.ipv64.de/public/warp4j/raw/branch/master/warp4j"
|
||||||
|
|
||||||
echo "Getting information about warp-packer releases..."
|
echo "Getting information about warp-packer releases..."
|
||||||
WARP_LINK=$(get_warp_link $THIS_PLATFORM $THIS_ARCHITECTURE)
|
WARP_LINK=$(get_warp_link $THIS_PLATFORM $THIS_ARCHITECTURE)
|
||||||
|
Loading…
Reference in New Issue
Block a user