11 lines
380 B
YAML
11 lines
380 B
YAML
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 |