Skip to content

Commit

Permalink
Merge branch 'release/4.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
milux committed Apr 27, 2021
2 parents a8a500f + 4f3a77c commit 00ca721
Show file tree
Hide file tree
Showing 413 changed files with 8,990 additions and 21,621 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Cache gradle modules
uses: actions/cache@v1
env:
cache-name: cache-gradle-modules
with:
path: ~/.gradle
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/gradle.build') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- name: Build
run: |
mkdir -p ~/.gradle
mkdir -p ~/.m2
./build.sh
62 changes: 0 additions & 62 deletions .gitlab-ci.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.com/industrial-data-space/trusted-connector.svg?branch=develop)](https://travis-ci.org/industrial-data-space/trusted-connector)
![build](https://github.com/industrial-data-space/trusted-connector/workflows/build/badge.svg)

The _Trusted Connector_ is an Apache Karaf-based platform for the Industrial Internet of Things (IIoT). It supports Docker and trust|me as containerization environments and provides the following features:

Expand Down
263 changes: 0 additions & 263 deletions build.gradle

This file was deleted.

Loading

0 comments on commit 00ca721

Please sign in to comment.