Skip to content

Commit c1ee156

Browse files
committed
Trying github actions
1 parent 196e501 commit c1ee156

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Build and deploy snapshot
22

3-
env:
4-
DB_IMAGE: gvenzl/oracle-xe:11-full
5-
63
on:
74
push:
85
branches: [ develop ]
@@ -24,8 +21,9 @@ jobs:
2421

2522
services:
2623
oracle:
27-
image: ${{env.DB_IMAGE}}
24+
image: gvenzl/oracle-xe:11-full
2825
env:
26+
DB_IMAGE: gvenzl/oracle-xe:11-full
2927
ORACLE_PASSWORD: oracle
3028
ports:
3129
- 1521:1521

0 commit comments

Comments
 (0)