Skip to content

Commit 4e56067

Browse files
authored
Merge pull request #145 from HL7-DaVinci/revert-78-dockerDev
Revert "docker dev env"
2 parents f75ec89 + 5fdb8ea commit 4e56067

29 files changed

+69
-1563
lines changed

.dockerignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

.env.example

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/automated-tests-ci.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/docker-cd.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/docker-ci.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/gradle.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Java CI with Gradle
2+
on:
3+
push:
4+
branches: [ dev ]
5+
pull_request:
6+
branches: [ dev ]
7+
jobs:
8+
build:
9+
10+
runs-on: macos-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- name: Set up JDK 11
14+
uses: actions/setup-java@v2
15+
with:
16+
java-version: '11'
17+
distribution: 'adopt-openj9'
18+
- name: Grant execute permission for gradlew
19+
run: chmod +x gradlew
20+
# - name: Checkout CDSLibrary
21+
- run: sudo chmod +x travis-setup.sh
22+
- run: ./travis-setup.sh
23+
- run: gradle -v
24+
- run: java -version
25+
- run: ls -a
26+
- name: Build with Gradle
27+
run: ./gradlew build

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
.cnab
2-
.docker-sync/
3-
Zscaler_Root_CA.pem
4-
.env
5-
61
# Ignore Gradle project-specific cache directory
72
.gradle
83

@@ -18,12 +13,12 @@ CDS-Library
1813
# Ignore all log files
1914
*.log
2015
*.log.lck
21-
logs/
2216

2317
# Ignore Eclipse and vscode files
2418
.project
2519
.classpath
2620
.settings/
21+
.vscode/
2722
bin
2823

2924
# Ignore Database files

.vscode/launch.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)