Skip to content

Commit

Permalink
Merge pull request #145 from HL7-DaVinci/revert-78-dockerDev
Browse files Browse the repository at this point in the history
Revert "docker dev env"
  • Loading branch information
smalho01 authored Feb 17, 2022
2 parents f75ec89 + 5fdb8ea commit 4e56067
Show file tree
Hide file tree
Showing 29 changed files with 69 additions and 1,563 deletions.
4 changes: 0 additions & 4 deletions .dockerignore

This file was deleted.

3 changes: 0 additions & 3 deletions .env.example

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/automated-tests-ci.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/docker-cd.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/docker-ci.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Java CI with Gradle
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build:

runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt-openj9'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
# - name: Checkout CDSLibrary
- run: sudo chmod +x travis-setup.sh
- run: ./travis-setup.sh
- run: gradle -v
- run: java -version
- run: ls -a
- name: Build with Gradle
run: ./gradlew build
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
.cnab
.docker-sync/
Zscaler_Root_CA.pem
.env

# Ignore Gradle project-specific cache directory
.gradle

Expand All @@ -18,12 +13,12 @@ CDS-Library
# Ignore all log files
*.log
*.log.lck
logs/

# Ignore Eclipse and vscode files
.project
.classpath
.settings/
.vscode/
bin

# Ignore Database files
Expand Down
15 changes: 0 additions & 15 deletions .vscode/launch.json

This file was deleted.

Loading

0 comments on commit 4e56067

Please sign in to comment.