Skip to content

Commit

Permalink
add env for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bwerquin committed Jan 17, 2022
1 parent c595a17 commit 9e2318d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
docker:
needs: build
runs-on: ubuntu-latest
environment: ci
steps:
- uses: actions/checkout@v2
- name: Download build
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>fr.insee.knowledge</groupId>
<artifactId>knowledge</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<packaging>war</packaging>
<name>Knowledge-Back-Office</name>
<description>Back-office services for Knowledge</description>
Expand Down

0 comments on commit 9e2318d

Please sign in to comment.