Skip to content

Commit 1368610

Browse files
Evgeny ShvarovEvgeny Shvarov
Evgeny Shvarov
authored and
Evgeny Shvarov
committed
workflows added
1 parent 65bcc79 commit 1368610

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

Diff for: .github/workflows/objectscript-quality.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: objectscriptquality
2+
on: push
3+
4+
jobs:
5+
linux:
6+
name: Linux build
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- name: Execute ObjectScript Quality Analysis
11+
run: wget https://raw.githubusercontent.com/litesolutions/objectscriptquality-jenkins-integration/master/iris-community-hook.sh && sh ./iris-community-hook.sh
12+

Diff for: Dockerfile

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
ARG IMAGE=store/intersystems/irishealth:2019.3.0.308.0-community
2-
ARG IMAGE=store/intersystems/iris-community:2019.3.0.309.0
3-
ARG IMAGE=store/intersystems/iris-community:2019.4.0.379.0
4-
ARG IMAGE=store/intersystems/iris-community:2020.1.0.199.0
5-
ARG IMAGE=intersystemsdc/iris-community:2019.4.0.383.0-zpm
6-
ARG IMAGE=store/intersystems/iris-community:2020.1.0.199.0
1+
ARG IMAGE=store/intersystems/iris-community:2020.1.0.204.0
72
ARG IMAGE=intersystemsdc/iris-community:2020.1.0.209.0-zpm
83
ARG IMAGE=intersystemsdc/iris-community:2020.2.0.196.0-zpm
94
FROM $IMAGE

0 commit comments

Comments
 (0)