You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterlink-reboot/prep_workspace.bash

10 lines
165 B

#!/bin/bash -xe
CI_SUB="$DRONE_TAG"
if [ -z "$CI_SUB" ]; then
CI_SUB="ci${DRONE_BUILD_NUMBER}"
fi
sed -i -e "s/%%CI_BUILD_VERSION%%/${CI_SUB}/g" build.gradle