DEVEX-20:
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: "Clone OTP"
|
||||
description: "Build docker image with docker"
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: "Setup gradle project"
|
||||
shell: bash
|
||||
run: |
|
||||
sed -i 's|distributionUrl=https://nexus.isb/repository/gradleorg-raw-proxy|distributionUrl=https://services.gradle.org/distributions|g' ./gradle/wrapper/gradle-wrapper.properties
|
||||
chmod +x ./gradlew
|
||||
Reference in New Issue
Block a user