Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
course-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT1901
course-material
Commits
30f6732a
Commit
30f6732a
authored
Oct 29, 2020
by
Hallvard Trætteberg
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.stud.idi.ntnu.no/it1901/course-material.git
parents
47169d59
f787ab62
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#90510
passed
Oct 29, 2020
Stage: build
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitpod.Dockerfile
+10
-0
10 additions, 0 deletions
.gitpod.Dockerfile
.gitpod.yml
+6
-0
6 additions, 0 deletions
.gitpod.yml
README.md
+2
-0
2 additions, 0 deletions
README.md
with
18 additions
and
0 deletions
.gitpod.Dockerfile
0 → 100644
+
10
−
0
View file @
30f6732a
FROM
gitpod/workspace-full-vnc
USER
gitpod
# Install custom tools, runtime, etc. using apt-get
# For example, the command below would install "bastet" - a command line tetris clone:
#
# RUN sudo apt-get -q update && # sudo apt-get install -yq bastet && # sudo rm -rf /var/lib/apt/lists/*
#
# More information: https://www.gitpod.io/docs/config-docker/
This diff is collapsed.
Click to expand it.
.gitpod.yml
0 → 100644
+
6
−
0
View file @
30f6732a
tasks
:
-
init
:
echo "Replace me with a build script for the project."
command
:
echo "Replace me with something that should run on every start, or just
remove me entirely."
image
:
file
:
.gitpod.Dockerfile
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
30f6732a
[

](https://gitpod.idi.ntnu.no/#https://gitlab.stud.idi.ntnu.no/it1901/course-material)
# course-material
# course-material
Course material for IT1901
Course material for IT1901
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment