Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
vrms
Commits
7c31bdd6
Verified
Commit
7c31bdd6
authored
Aug 01, 2018
by
Luc Didry
Browse files
Fix gitlab CI
parent
1dd08465
Pipeline
#65650
passed with stage
in 32 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7c31bdd6
...
...
@@ -5,7 +5,7 @@ stages:
pages
:
stage
:
deploy
script
:
-
.
/vrms-web.pl6
-
/
root/.rakudobrew/bin/perl6
vrms-web.pl6
artifacts
:
paths
:
-
public
vrms-web.pl6
View file @
7c31bdd6
...
...
@@ -4,7 +4,6 @@ use v6;
use strict;
use lib 'P6-Net-IMAP/lib/';
use Config;
use Template::Mojo;
use File::Directory::Tree;
use Net::IMAP;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment